-
Notifications
You must be signed in to change notification settings - Fork 34
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
CORS issue #13
Comments
Finding the same issue. Did you ever find solution or workaround? Thanks. |
You can install the cors dependency : https://github.com/rs/cors
Then add this line juste before que "ListenAndServe"
|
We are running into this as well, any solution? |
Actualy, I noticed since then that the proxy already sends the cors headers, and if you try to add your own, you will see multiple occurences of the cors headers, which breaks everything. The solution is to not alter the response header, and everything works fine. |
Hello,
I keep getting
Access to XMLHttpRequest at '{new_host}/v1/batch' from origin '{our domain}' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
Any fix for this?
The text was updated successfully, but these errors were encountered: