HTTP Headers
Show the HTTP headers for a URL, with a full break-down of details. Will follow redirects.
Summary
- Response
- Total Requests
- 1
- Total Time
- 586 ms
https://www.40billion.com/
- Status
- 200
- Message
- OK
- Time
- 586 ms
- IP
- 162.250.75.71
Timing
Wait
0 ms
DNS
150 ms
TCP
71 ms
Request
0 ms
First Byte
208 ms
Download
0 ms
Total
586 ms
HTTP Headers
- Cache-Control
no-cache
Inform all caching mechanisms from server to client whether they may cache this object.
no-cache - May be stored by any cache but must be validated by the server.
- Pragma
no-cache
HTTP/1.0 backwards compatible cache handling.
no-cache - Force requests to the origin server before releasing a cache.
- Content-Length
20843(20.8 kB)
The length of the response body in octets (8-bit bytes).
- Content-Type
text/html
The MIME type of this content.
Type
text/html
Description
HTML file
- Expires
Sat, 19 Apr 2025 11:23:02 GMT
The time at which the response is considered stale.
- Server
Microsoft-IIS/10.0
A name for the server.
Server
Microsoft-IIS
Description of the server software.
Version
10.0
Version number.
- Set-Cookie
ASPSESSIONIDQEDQSBST=IDLCDIOCFGILKPHEFNECMJNM; secure; path=/
A cookie sent from the server to be set on the client
ASPSESSIONIDQEDQSBST
IDLCDIOCFGILKPHEFNECMJNM
Cookie name and value.
secure
The cookie is only sent when requesting from a https domain.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
- X-Powered-By
ASP.NET
The software powering this site.
- X-Frame-Options
SAMEORIGIN
Clickjacking protection.
SAMEORIGIN - No rendering if origin mismatch.
- Date
Sat, 19 Apr 2025 11:24:02 GMT
The date and time that the message was sent.
- Connection
close
Control options for the current connection and list of hop-by-hop response fields.
close - The client or server would like to close the connection.