You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn off this nodejs feature that concatenates two parameter values into one if provided more than one.
Reproduction:
check https://1337-readme.vercel.app/api/profile?cursus=42&login=nel-alla&login=nel-alla -> outputs Request failed with status code 404 where I know that someone with nel-alla name actually exists.
The text was updated successfully, but these errors were encountered:
Turn off this nodejs feature that concatenates two parameter values into one if provided more than one.
check
https://1337-readme.vercel.app/api/profile?cursus=42&login=nel-alla&login=nel-alla
-> outputsRequest failed with status code 404
where I know that someone withnel-alla
name actually exists.The text was updated successfully, but these errors were encountered: