-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Access-Control-Allow-Origin Headers #115
Comments
Let me know if #116 works for you. |
yes - this should work for me - will get back if i integrate a new version of your rest-server into my project - but my workaround looks and works the same:
|
jgonzalez-stack
added a commit
to jgonzalez-stack/RestServer
that referenced
this issue
Sep 24, 2020
Fixing CORS multiple origins header
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi There,
just hit a Problem - would be nice if you could implement it.
Multiple "Access-Control-Allow-Origin"-Headers are not allowed:
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMultipleAllowOriginNotAllowed
Instead of
do
The text was updated successfully, but these errors were encountered: