Skip to content
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

Possible typo in "The Allow header is not relevant for the purp..." #1598

Closed
lxylxy123456 opened this issue Jan 26, 2023 · 1 comment
Closed

Comments

@lxylxy123456
Copy link

lxylxy123456 commented Jan 26, 2023

https://fetch.spec.whatwg.org/commit-snapshots/093c622c93d61159cc2d426b869446073c73d38f/#http-responses

`Access-Control-Allow-Methods`

Indicates which methods are supported by the response’s URL for the purposes of the CORS protocol.

The `Allow` header is not relevant for the purposes of the CORS protocol.

I think there is a typo in the last line. Instead of:

The `Allow` header is not relevant for the purposes of the CORS protocol.

I think it should be:

The `Access-Control-Allow-Methods` header is not relevant for the purposes of the CORS protocol.

@annevk
Copy link
Member

annevk commented Jan 27, 2023

That's not a typo. The Allow method also lists methods, but it's intentionally not used.

@annevk annevk closed this as completed Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants