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

Request types not supported should return error 501 #94

Open
kappsegla opened this issue Feb 11, 2022 · 1 comment · May be fixed by #224
Open

Request types not supported should return error 501 #94

kappsegla opened this issue Feb 11, 2022 · 1 comment · May be fixed by #224
Assignees

Comments

@kappsegla
Copy link
Contributor

501 is the appropriate response when the server does not recognize the request method and is incapable of supporting it for any resource. The only methods that servers are required to support (and therefore that must not return 501) are GET and HEAD.

@Charlottehenriksson
Copy link

I have updated clientHandler and httpParser for 501 response, look at #224

@kappsegla kappsegla linked a pull request Feb 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants