Skip to content

COAP server showing method not allowed(405) for unavailable resource where as it should be not found (404) #165

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

Open
manlandis opened this issue Sep 28, 2020 · 0 comments

Comments

@manlandis
Copy link

manlandis commented Sep 28, 2020

Hi,
coap server in python is running with resource name "abcd" and it is listening on some specific port.
When POST request is send using other name of resource with name "wxyz", server showing METHOD_NOT_ALLOWED where as expectation is it should show "NOT_FOUND"(404) code.

Please comment on observation.
Thanks!

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

No branches or pull requests

1 participant