Troubleshooting of HTTP errors: Difference between revisions
Jump to navigation
Jump to search
→403 Forbidden Error
| Line 4: | Line 4: | ||
__TOC__ | __TOC__ | ||
== 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. | |||
Possibile solution: | |||
* Add proper request header | |||
== 403 Forbidden Error == | == 403 Forbidden Error == | ||