-
Notifications
You must be signed in to change notification settings - Fork 146
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
QUERY: What to say about CORS? #2898
Comments
CORS is not a feature of HTTP itself; it's something defined at the browser level on top of HTTP. |
That's an interesting question, but I'm not sure that touching CORS is going to work. But certainly we can make the Fetch authors think about it. |
The Security Considerations section certainly could say something to the effect that because HTML too will need extensions to support the use of |
We usually do not put requests to other standards bodies into our specs. If we feel that something should be done, we ought to discuss that in their discussion venue. |
Text about this can say something like: "We expect that an upcoming update to CORS will handle |
we could but it's rather pointless and likely wouldn't get past last call.
|
I don't see why non-normative language would be removed at WGLC or IETF LC, but you could always merely note that currently CORS cannot and does not say anything about |
Why would Javascript need extensions for QUERY? |
A safe method with a request body should probably have the same CORS handling as
GET
, I think.The text was updated successfully, but these errors were encountered: