-
Notifications
You must be signed in to change notification settings - Fork 87
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
Not found returns 405 if methods are POST/DELETE etc.. #176
Comments
This is not a bug, this is expected behavior. Does this break something on your side? |
hi |
I understood, thanks for your issue! But the implemented GET method is enough, isn't it? |
@tarampampam i guess not, cause its missleading the api consumer |
Got the same error when tried to setup WebDAV server. WebDAV clients make Temporary solved by removing |
@tarampampam I would like to see support for all methods here. And depending on the content type, the response is then returned in JSON (as is currently the practice). But answering API requests with 405 instead of the correct - in my case 403 - breaks many applications. If I request POST /test and /test does not exist, then the response status should be 404 and not 405. |
I'm sorry, but I'm currently working on another project, and I have a lot of work at my regular workplace as well. However, when I have some free time, I plan to deeply refactor this project and address most of the issues and requested features. I hope you understand 🙏🏿 |
Hello everyone! While working on version 3, I added support for any method to request error pages. The third version will be released very soon. I apologize for the long wait and thank you for your patience |
Is there an existing issue for this?
Describe the bug
When sending regular not found URL with GET method, im getting 404 as usual
when sending the same thing with methods other than GET, its returns getting 405
Using ingress-nginx controller
And the helm chart configuration & log below:
Steps to reproduce
No response
Configuration files
The text was updated successfully, but these errors were encountered: