Troubleshooting of HTTP errors: Difference between revisions
Jump to navigation
Jump to search
→400 Bad Request
| Line 7: | Line 7: | ||
== 400 Bad Request == | == 400 Bad Request == | ||
Root cause of 400 Bad Request. HTTP Error 400. The request is badly formed. | |||
* "the server cannot or will not process the request due to something that is perceived to be a client error (for example, malformed request syntax, invalid request message framing, or deceptive request routing)"<ref>[https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400 400 Bad Request - HTTP | MDN]</ref> | |||
Possibile solution: | Possibile solution: | ||
* | * Modify the request headers | ||
== 403 Forbidden Error == | == 403 Forbidden Error == | ||