Troubleshooting of HTTP errors: Difference between revisions

Jump to navigation Jump to search
Line 7: Line 7:
== 400 Bad Request ==
== 400 Bad Request ==


Met [https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400 400 Bad Request - HTTP | MDN] HTTP Error 400. The request is badly formed.
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:
* Add proper request header
* Modify the request headers


== 403 Forbidden Error ==
== 403 Forbidden Error ==
Anonymous user

Navigation menu