Documentation

Comprehensive guides and reference documentation for PixelSuite.

405 — Method Not Allowed

The request was made using an HTTP method that is not supported for this resource.

What This Means

The URL exists, but the way the request was made (e.g. GET vs POST) is not allowed for that endpoint. This typically occurs if:

  • A form was submitted in an unexpected way.
  • A direct URL was visited that is only accessible via a form submission.
  • A bookmark or link points to an action URL that expects a POST request.

What To Do

  • Use the Go Home button to return to the dashboard.
  • Use the Go Back button to return to the previous page and retry the action normally.

Technical Detail

HTTP status code 405: the HTTP method used in the request is not permitted for the requested resource.