Troubleshooting of curl errors: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 41: Line 41:
When I tried to crawl the web resource but met the error message: "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}}
Solution: Make sure using the correct HTTP request method<ref>[https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html HTTP/1.1: Method Definitions]</ref> e.g. {{kbd | key=GET}} or {{kbd | key=POST}} to access the web resource.
 


== How to resolve Error 415 Unsupported Media Type ==
== How to resolve Error 415 Unsupported Media Type ==
Anonymous user

Navigation menu