Http Header
Each communication on Internet between two side (where one side
request some information and other response to our request)
content some information that are located in the so-called HTTP request headers.
Live HTTP Header Viewer from Find-Ip-Address.org is special designed tool
to verify and get requested server headers and HTTP codes that server response to our
request. HTTP status codes are may be divided into 5 group:
- Informational HTTP status code 100 to 199 (in general only written to server logs))
- Successful status code 200 to 299 (200 frequently used and usually only written to server logs)
- Warning status code 300 to 399 (the request may still be satisfiable)
- Client Error status code 400 to 499 (the request was invalid)
- Server Error status code 500 to 599
Our HTTP Headers Tool is very useful debugging tool that will check, get and show complete details from requested server header
like HTTP Status Code, Connection Type (close or keep-alive),
Content-Type, Date, Cache-Control, Cookie, Server Identifier (i.e. WebServerX, Apache, LiteSpeed, Microsoft-IIS, Gws etc...) and others.
So you will be able to see all the http headers for any given URL.