`OPTIONS` request handler missing `Allow` header
Open
investigate
- Dominant language
- JavaScript
- Stars
- 6.2k
- Forks
- 512
- PR merge metrics
- No merged PRs in 30d
Description
As per the [MDN Docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS), servers' responses to `OPTIONS` requests should include an `Allow: ` header that contains the allowed methods.
Contributor guide
Assessment
This issue has not been assessed yet.