I want to verify that my custom-made error pages return the correct HTTP status codes.
- 200 OK
- 301 Moved Permanently
- 401 Unauthorized
- 404 Not Found
- 500 Internal Server Error
etc.
How do I make my web browser show me the code?
I want to verify that my custom-made error pages return the correct HTTP status codes.
etc.
How do I make my web browser show me the code?
I'd recommend you use the HTTP tool Fiddler.
It'll show you the HTTP status code for every request.