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
- 723 ms
https://afilmseria.ru/
- Status
- 200
- Message
- OK
- Time
- 723 ms
- IP
- 141.8.192.228
Timing
Wait
0 ms
DNS
257 ms
TCP
102 ms
Request
1 ms
First Byte
154 ms
Download
1 ms
Total
723 ms
HTTP Headers
- Server
openresty
A name for the server.
openresty - Description of the server software.
- Date
Wed, 05 Feb 2025 08:50:15 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.
- Vary
Accept-Encoding
Indicates that different content may be provided to different clients, depending on the vary header.
Headers
- Accept-Encoding
- Set-Cookie
PHPSESSID=f0f8f46bca35a1934e34993dab2cb7ac; path=/
A cookie sent from the server to be set on the client
PHPSESSID
f0f8f46bca35a1934e34993dab2cb7ac
Cookie name and value.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
- Set-Cookie
watched_video_list=NDI%3D; expires=Thu, 06-Feb-2025 08:50:15 GMT; Max-Age=86400; path=/
A cookie sent from the server to be set on the client
watched_video_list
NDI%3D
Cookie name and value.
Expires
Thu, 06-Feb-2025 08:50:15 GMT
When the cookie should expire.
Max-Age
86400 (1 day)
Number of seconds until the cookie expires.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
- 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.