DEV Community

Discussion on: Fundamentals of REST API

Collapse
 
peter279k profile image
peter279k • Edited

The common client HTTP status code error is missed on 4.2.3 Group 4 section.

It should have the 405 status code and it means the Method not Allowed status message.

When client sends HTTP request with wrong HTTP method, the API server should respond with above status code.

Collapse
 
cassiocappellari profile image
Cássio Santiago Cappellari

Thanks a lot for your feedback and for your contribution to my article!