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
- 747 ms
https://www.mazafakas.com/user/profile/4329261
- Status
- 200
- Message
- OK
- Time
- 747 ms
- IP
- 89.108.81.26
Timing
Wait
1 ms
DNS
269 ms
TCP
129 ms
Request
0 ms
First Byte
207 ms
Download
0 ms
Total
747 ms
HTTP Headers
- Server
nginx/1.18.0 (Ubuntu)
A name for the server.
Server
nginx
Description of the server software.
Version
1.18.0
Version number.
System
Ubuntu
Operating system.
- Date
Fri, 13 Jun 2025 21:24:16 GMT
The date and time that the message was sent.
- Content-Type
text/html; charset=UTF-8
The MIME type of this content.
Type
text/html
Description
HTML file
Charset
UTF-8
- 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.
- Expires
Thu, 19 Nov 1981 08:52:00 GMT
The time at which the response is considered stale.
- Cache-Control
no-store, no-cache, must-revalidate
Inform all caching mechanisms from server to client whether they may cache this object.
no-store
May not be stored by any cache.
no-cache
May be stored by any cache but must be validated by the server.
must-revalidate
Stale caches must not be used.
- Pragma
no-cache
HTTP/1.0 backwards compatible cache handling.
no-cache - Force requests to the origin server before releasing a cache.
- Set-Cookie
osclass=12e80f24e7d810c62fc462d575377bdb; path=/; HttpOnly
A cookie sent from the server to be set on the client
osclass
12e80f24e7d810c62fc462d575377bdb
Cookie name and value.
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.