intertwingly

It’s just data

Browsers and status codes


Jonno Downes: I was curious to see how IE handled all the different HTTP status codes, so I put together some ruby scripts to test them

I’ve tried this with Firefox, for which there, sadly, doesn’t appear to be any watir equivalent.  Instead, I made do with the following addition:

<p><a href='/#{@status.to_i+1}'>next</a></p>

it seems that with Firefox the output is always displayed for status codes above 200 with three exceptions:

204 No Content
205 Reset Content
304 Not Modified