Troubleshooting of curl errors: Difference between revisions
Jump to navigation
Jump to search
m
→How to resolve Error 415 Unsupported Media Type
No edit summary |
|||
| Line 37: | Line 37: | ||
Related articles | Related articles | ||
* [https://github.com/curl/curl/issues/4982 cURL error 56: OpenSSL SSL_read: No error information · Issue #4982 · curl/curl] | * [https://github.com/curl/curl/issues/4982 cURL error 56: OpenSSL SSL_read: No error information · Issue #4982 · curl/curl] | ||
== How to resolve Error 405 Method Not Allowed == | |||
When I tried to crawl the web resource but met the error message: "Error 405 Method Not Allowed" | |||
Solution: Check the API documentation which HTTP request method<ref>[https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html HTTP/1.1: Method Definitions]</ref> is the correct e.g. {{kbd | key=GET}} or {{kbd | key=POST}} | |||
== How to resolve Error 415 Unsupported Media Type == | == How to resolve Error 415 Unsupported Media Type == | ||