-
Notifications
You must be signed in to change notification settings - Fork 240
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
[main] support adding cross origin resource policy for #1851 #2423
base: main
Are you sure you want to change the base?
Conversation
General comment on the timing of this change. Can you ask the backend people on the timeframe that they believe they will be able to implement this change as we should not commit this change until the backend supports it (and we validate that it's working), to avoid someone accidently enabling this and causing all requests to stop. As this will most likely cause an OPTIONS call (CORS validation) requesting whether the required header can be sent and if the server doesn't know anything about it the browser may block the call completely. |
related to #1851