Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/http/status/405/index.md
6546 views
---
title: 405 Method Not Allowed slug: Web/HTTP/Status/405 spec-urls: https://httpwg.org/specs/rfc9110.html#status.405
---

{{HTTPSidebar}}

The HyperText Transfer Protocol (HTTP) 405 Method Not Allowed response status code indicates that the server knows the request method, but the target resource doesn't support this method.

The server must generate an Allow header field in a 405 status code response. The field must contain a list of methods that the target resource currently supports.

Status

405 Method Not Allowed

Specifications

{{Specifications}}

See also