WMB Tutorials | Sending Status Codes in Service Response Headers
У вашего броузера проблема в совместимости с HTML5
In this video of WMB Tutorials we will see how to Send Status Codes in Service Response Headers. Based on the request received we will fetch data from database and if data is not found we will send 404 error message in response headers.
We will also send status code as well as description in response so that it can be parsed by application to produce appropriate results.
Commonly used Status Codes
100 Acknowledgement
200 Success 201 Create 204 No Content
300 Redirection
400 Bad Request 401 Unauthorized 403 Forbidden 404 Not Found
500 Internal Server Error