vote up 0 vote down star

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?

flag

65% accept rate

2 Answers

vote up 2 vote down check

I'd recommend you use the HTTP tool Fiddler.

It'll show you the HTTP status code for every request.

link|flag
That's a pretty slick utility. – Zack Peterson May 6 at 18:18
I hope it helps. Another decent HTTP tool is IEWatch, but it's not free. I find Fiddler is suffice. – dkpatt May 6 at 19:48
vote up 1 vote down

Use LiveHTTPHeaders Add-on for Mozilla firefox.

alt text

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.