HTTP Status Codes - Online Reference Guide

Reference guide for HTTP status codes. Learn the meaning of 200, 404, 500, and all HTTP codes.

Share
405client

Method Not Allowed

The request method is not supported for the requested resource. For example, using GET on a POST-only endpoint.

Common Causes

Using wrong HTTP method for the endpoint. Some endpoints only accept specific methods.

Related Status Codes

Related Tools

More Code & Dev Tools