First page Back Continue Last page Image
The status Property
- Holds the status of the XMLHttpRequest
- Returns the status-number of a request
- 200: "OK"
- 403: "Forbidden"
- 404: "Not Found"
AJAX>XMLHttpRequest.status
https://www.w3schools.com/tags/ref_httpmessages.asp
This is just a few of the more popular Status messages for all of them you can visit: