Difference between revisions of "HTTP/1.1 405 Method Not Allowed"
Jump to navigation
Jump to search
(3 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
[[curl -XGET]] | [[curl -XGET]] | ||
− | + | == Related == | |
− | [[HTTP response codes]] | + | * [[HTTP response codes]] |
== See also == | == See also == | ||
+ | * {{4XX}} | ||
+ | * {{HTTP status codes}} | ||
* {{curl}} | * {{curl}} | ||
[[Category:Curl]] | [[Category:Curl]] |
Latest revision as of 11:31, 4 April 2023
HTTP/1.1 405 Method Not Allowed Allow: GET content-type: application/json; charset=UTF-8 content-length: 113 access-control-allow-credentials: true
curl -XPUT curl -XGET
Related[edit]
See also[edit]
- Client error responses: 4XX, 401, 400, 403, 404, 405, 406, 409, 413, 414, 422, 429, 499
- List of HTTP status codes, 3XX, 4XX, 5XX, 503, HTTP response status code
- cURL,
curl -s
,-X, -x
,curl -T
,curl --help
,curl -L, curl -m
,curl -o
,curl -X POST
,curl -d
,curl --header
,curl -I
,curl --silent
,curl -Is
,curl -k or curl --insecure, curl -XPUT, curl -d
,~/.curlrc, curl -i, curl --version, curl --help
Advertising: