Best way to track http response codes?

I am using httpfox to do it now in firefox. Is there a better way to do it or alternatives?

That depends on what you do and the reasons you do it. I use firebug. Its use, in terms of HTTP requests, is similar to httpfox so you’re not going to find much difference, if any.

But firebug has other tools that are useful to programmers so, in my case, I would say, yes, there’s something better out there :slight_smile:

1 Like

I’ll try that, thanks. What do you do for a browser like Chrome? (I know httpfox is firefox only, too.)