We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When setting HandleMethodNotAllowed to true
HandleMethodNotAllowed
true
HTTP/1.1 405 Method Not Allowed Allow: GET, HEAD, OPTIONS Content-Length: 19 Content-Type: text/plain; charset=utf-8 Date: ⧆⧆:date⧆ X-Content-Type-Options: nosniff Method Not Allowed
HTTP/1.1 405 Method Not Allowed Allow: HEAD, GET, OPTIONS Content-Length: 19 Content-Type: text/plain; charset=utf-8 Date: ⧆⧆:date⧆ X-Content-Type-Options: nosniff Method Not Allowed
This is causing us pain in testing using http-spec -- though we're aware that the headers are semantically equivalent.
The text was updated successfully, but these errors were encountered:
Is this about the order of the allowed methods in the Allow header?
Allow
Sorry, something went wrong.
@dolmen Yes. Sorry for being less than 100% clear.
bcdc802
No branches or pull requests
When setting
HandleMethodNotAllowed
totrue
MacOS 10.13.6
Ubuntu 16.04
This is causing us pain in testing using http-spec -- though we're aware that the headers are semantically equivalent.
The text was updated successfully, but these errors were encountered: