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
- 5494 ms
https://cs-upgrade.top/user/dadresult23/
- Status
- 200
- Message
- OK
- Time
- 5494 ms
- IP
- 46.175.146.134
Timing
Wait
0 ms
DNS
66 ms
TCP
80 ms
Request
1 ms
First Byte
5186 ms
Download
0 ms
Total
5494 ms
HTTP Headers
- Date
Mon, 19 May 2025 00:47:04 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=5vtfoin1nopdngn7p1mfq66uj2; path=/; secure; HttpOnly
A cookie sent from the server to be set on the client
PHPSESSID
5vtfoin1nopdngn7p1mfq66uj2
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