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
- 5562 ms
https://cs-upgrade.top/user/enemychef50/
- Status
- 200
- Message
- OK
- Time
- 5562 ms
- IP
- 46.175.146.134
Timing
Wait
0 ms
DNS
100 ms
TCP
79 ms
Request
0 ms
First Byte
5221 ms
Download
0 ms
Total
5562 ms
HTTP Headers
- Date
Mon, 31 Mar 2025 07:58:03 GMT
The date and time that the message was sent.
- Server
Apache/2.4.18 (Ubuntu)
A name for the server.
Server
Apache
Description of the server software.
Version
2.4.18
Version number.
System
Ubuntu
Operating system.
- Set-Cookie
PHPSESSID=o5tdg6ei0v6v7e15irs2oft747; path=/; secure; HttpOnly
A cookie sent from the server to be set on the client
PHPSESSID
o5tdg6ei0v6v7e15irs2oft747
Cookie name and value.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
secure
The cookie is only sent when requesting from a https domain.
HttpOnly
Prevents access to the cookie through JavaScript.
- Expires
Thu, 19 Nov 1981 08:52:00 GMT
The time at which the response is considered stale.
- Cache-Control
max-age=172800, private, must-revalidate
Inform all caching mechanisms from server to client whether they may cache this object.
Max-Age
172800 (2 days)
The time a browser should remember a site can only be accessed with https (seconds).
private
May only be stored by a browser cache.
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.
- 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.
- Content-Type
text/html; charset=utf-8
The MIME type of this content.
Type
text/html
Description
HTML file
Charset
utf-8