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
The recent breaking change to fix this advisory fixes the scenario where an origin is not specified but it breaks the scenario where it is.
If an Origin is supplied in the request, the spec states the server "must return the origin for the specific client making the request" (i.e. the origin passed in). All my apps and test suites are configured to expect this behaviour, however this library now returns * instead.
Could you confirm that was the intended behaviour, to ignore the incoming request origin in all scenarios?
The text was updated successfully, but these errors were encountered:
75lb
changed the title
'Access-Control-Allow-Originfix' set to '*' even when 'Origin' is supplied
Access-Control-Allow-Origin set to '*' even when 'Origin' is supplied
Jan 8, 2024
The recent breaking change to fix this advisory fixes the scenario where an
origin
is not specified but it breaks the scenario where it is.If an
Origin
is supplied in the request, the spec states the server "must return the origin for the specific client making the request" (i.e. theorigin
passed in). All my apps and test suites are configured to expect this behaviour, however this library now returns*
instead.Could you confirm that was the intended behaviour, to ignore the incoming request
origin
in all scenarios?The text was updated successfully, but these errors were encountered: