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
- 5567 ms
https://cs-upgrade.top/user/dadresult23/
- Status
- 200
- Message
- OK
- Time
- 5567 ms
- IP
- 46.175.146.134
Timing
Wait
0 ms
DNS
106 ms
TCP
79 ms
Request
0 ms
First Byte
5215 ms
Download
1 ms
Total
5567 ms
HTTP Headers
- Date
Tue, 01 Apr 2025 01:42:21 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=5ct0sdr6ouhfc5ae840c6pfa64; path=/; secure; HttpOnly
A cookie sent from the server to be set on the client
PHPSESSID
5ct0sdr6ouhfc5ae840c6pfa64
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