Skip to content

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

@manlandis

Description

@manlandis

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions