🙅
405

Method Not Allowed

The request method is not supported for the requested resource.

The server understands the request but refuses to authorize it because the HTTP method used is not allowed for the requested URL. For example, you might be trying to use a POST request when only GET is supported, or attempting to use PUT when the resource doesn't allow updates.
Back to Homepage