Troubleshooting of curl errors: Difference between revisions
Jump to navigation
Jump to search
→How to resolve Error 405 Method Not Allowed
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: | 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 == | ||