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
- 643 ms
https://firstnow.ru/i/8- Status
- 405
- Message
- Method Not Allowed
- Time
- 643 ms
- IP
- 195.2.74.248
Timing
Wait
0 ms
DNS
111 ms
TCP
134 ms
Request
0 ms
First Byte
132 ms
Download
0 ms
Total
643 ms
HTTP Headers
- Server
nginx/1.22.0
A name for the server.
Server
nginx
Description of the server software.
Version
1.22.0
Version number.
- Date
Thu, 11 Jun 2026 01:30:37 GMT
The date and time that the message was sent.
- Content-Type
text/html; charset=UTF-8
The MIME type of this content.
Problems were detected with this header
- Unknown MIME type.
- Connection
keep-alive
Control options for the current connection and list of hop-by-hop response fields.
keep-alive - The client would like to keep the connection open.
- Allow
GET
- X-Powered-By
Fat-Free Framework
The software powering this site.
- X-Frame-Options
SAMEORIGIN
Clickjacking protection.
SAMEORIGIN - No rendering if origin mismatch.
- X-Xss-Protection
1; mode=block
Cross-site scripting (XSS) filter.
1
Enable XSS filtering.
Mode
Filtering mode.
- block - Block page if XSS is detected.
- X-Content-Type-Options
nosniff
Prevents Internet Explorer from MIME-sniffing a response away from the declared content-type.
nosniff - Block requests if type 'style' or 'script'.
- Pragma
no-cache
HTTP/1.0 backwards compatible cache handling.
no-cache - Force requests to the origin server before releasing a cache.
- Cache-Control
no-cache, no-store, must-revalidate
Inform all caching mechanisms from server to client whether they may cache this object.
no-cache
May be stored by any cache but must be validated by the server.
no-store
May not be stored by any cache.
must-revalidate
Stale caches must not be used.
- Expires
Thu, 01 Jan 1970 00:00:00 +0000
The time at which the response is considered stale.