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
I've noticed this because I allow only GET and POST in my app, so HEAD should return 405.
~$ curl -I http://myapp.com/login HTTP/1.1 200 OK [...] ~$ curl -I http://myapp.com/login HTTP/1.1 405 METHOD NOT ALLOWED [...]
The text was updated successfully, but these errors were encountered:
Sorry, I forgot I have varnish in front. When I bypass it I don't have this issue, so it must be my varnish config. Closing as invalid
Sorry, something went wrong.
No branches or pull requests
I've noticed this because I allow only GET and POST in my app, so HEAD should return 405.
The text was updated successfully, but these errors were encountered: