View Revisions: Issue #1045

Summary 0001045: Show HTTP error codes as JavaScript alert message
Revision 2019-03-30 19:14 by rijkr
Description IST: HTTP status (error) codes are displayed in JavaScript console of browser.
SOLL: Show HTTP status codes >= 300 as JavaScript alert message, and write message to JavaScript console.
Revision 2019-04-01 19:29 by rijkr
Description IST: HTTP status (error) codes are displayed in JavaScript console of browser.
SOLL: Show HTTP status codes !== 401 && >= 300 as JavaScript alert message, and write message to JavaScript console.
Note: status code 401 (Unauthorized) is returned with a valid JSON result.code === '9', and handled accordingly after the ajax call.
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes