In JavaScript, possible status values of the XMLHttpRequest object, after a response from the server has arrived, are simply the standard HTTP status codes. For example:
200 = OK
301 = Moved Permanently
404 = Not Found
500 = Internal Server Error
In JavaScript, possible status values of the XMLHttpRequest object, after a response from the server has arrived, are simply the standard HTTP status codes. For example:
200 = OK
301 = Moved Permanently
404 = Not Found
500 = Internal Server Error