Reputation: 17185
Is there a way to tell what code is returned by hitting a url?
I tried to look it up, but all I find is a list of different codes. I'm trying to find out the http status code returned for a number of URLs I'm working with, but I don't know where to even start looking for where to find the status codes.
Any assistance pointing me in the right direction would be a big help.
Upvotes: 5
Views: 13535
Reputation: 12273
Just use Chrome browser. Hit F12 to get developer tools and look at the network tab. Shows you all status codes, whether page was from cache etc.
Upvotes: 1