405 Method Not Allowed

The requested method ({{ request_method }}) is not allowed for this URL.

{% if allowed_methods %}

Allowed Methods:

{% for method in allowed_methods %}{{ method }}{% endfor %}

{% endif %}

Request Details:

Method: {{ request_method }}

Path: {{ request_path }}

Headers: