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
- 539 ms
https://www.40billion.com/
- Status
- 200
- Message
- OK
- Time
- 539 ms
- IP
- 162.250.75.71
Timing
Wait
0 ms
DNS
149 ms
TCP
74 ms
Request
0 ms
First Byte
162 ms
Download
0 ms
Total
539 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
20789(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
Wed, 18 Jun 2025 09:21:28 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
ASPSESSIONIDCGCBARAD=DGKCOPBBNHDOKBFFJLDAAMLI; secure; path=/
A cookie sent from the server to be set on the client
ASPSESSIONIDCGCBARAD
DGKCOPBBNHDOKBFFJLDAAMLI
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
Wed, 18 Jun 2025 09:22:27 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.