You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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!
The text was updated successfully, but these errors were encountered: