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
- 295 ms
https://www.bitsdujour.com/profiles/AN2vzt
- Status
- 200
- Message
- OK
- Time
- 295 ms
- IP
- 20.241.20.106
Timing
Wait
0 ms
DNS
8 ms
TCP
33 ms
Request
0 ms
First Byte
191 ms
Download
0 ms
Total
295 ms
HTTP Headers
- Cache-Control
private
Inform all caching mechanisms from server to client whether they may cache this object.
private - May only be stored by a browser cache.
- Content-Length
36492(36.5 kB)
The length of the response body in octets (8-bit bytes).
- Content-Type
text/html; charset=utf-8
The MIME type of this content.
Type
text/html
Description
HTML file
Charset
utf-8
- Expires
Sun, 30 Mar 2025 03:41:33 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
ASP.NET_SessionId=aodnyhtqo44m4lbdcc2wsg2v; domain=.bitsdujour.com; path=/; HttpOnly; SameSite=Lax
A cookie sent from the server to be set on the client
ASP.NET_SessionId
aodnyhtqo44m4lbdcc2wsg2v
Cookie name and value.
Domain
.bitsdujour.com
The client will only send the cookie when requesting from this domain.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
HttpOnly
Prevents access to the cookie through JavaScript.
Samesite
Lax
Cookie is not sent on cross-site requests but is when following a link to the origin.
- P3p
CP="IVA CON OUR IND DSP IDC COR"
P3P policy.
- X-Aspnet-Version
4.0.30319
- X-Powered-By
ASP.NET
The software powering this site.
- Date
Mon, 31 Mar 2025 03:41:33 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.