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
- 546 ms
https://paiza.io/projects/iOWhw_PTZAiQbc65y-Iz2w- Status
- 200
- Message
- OK
- Time
- 546 ms
- IP
- 35.76.12.23
Timing
Wait
1 ms
DNS
18 ms
TCP
172 ms
Request
0 ms
First Byte
182 ms
Download
1 ms
Total
546 ms
HTTP Headers
- Date
Tue, 28 Jul 2026 17:17:32 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.
- Server
nginx
A name for the server.
nginx - Description of the server software.
- 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'.
- X-Download-Options
noopen
- X-Permitted-Cross-Domain-Policies
none
Specifies if a cross-domain policy is allowed.
none - No policy is allowed.
- Referrer-Policy
strict-origin-when-cross-origin
Controls what referrer information is sent with requests.
strict-origin-when-cross-origin - Send the full referrer for a same origin request. Send the origin only for cross-domain requests where the protocol level is the same. Otherwise do not send the referrer.
- Etag
W/"3a6245f9157752a73cfe81c7b7d9ccbb"
An identifier for a specific version of a resource.
Validator
weak
A weak tag is easier to generate and prevents byte range caching.
Tag
3a6245f9157752a73cfe81c7b7d9ccbb
- Cache-Control
max-age=0, private, must-revalidate
Inform all caching mechanisms from server to client whether they may cache this object.
Max-Age
0
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.
- Set-Cookie
_code_app_session=TzBSMnNhcDlmZGxIZ1BKOFlWVEtxK25BOVcvWHZyVTd5TjRVU3Y3WWZrclVkMEgydHNGNmh2c2R6UTZhY2Q3bi9rOGZiekRVUVgvWkllLys5bnR5aER1dk9GOExuRXg4aHFGbjE1OFVvVDZ6TWIwVWxyZTNxNWNPTzVSWkZNaFBqNWV6ZEV6Tm9HZHFLdTkrdEdjVk42OUFLMDRwR1VYNDFRVFJsNFlDaDVFMTFBL1VUWGsxcUJieFhmTGswNDBRYnZBNEh1MDFNcERXdjJaVkROTHMwV1h2M29DWTRSMi9Jd0ZUSTdsaTh4UEpUQ1g1enJmZzBZVVJuT25NRzREVFAwblI5NGMycmpFd3RGWjdkTXhUSEM0bit6WElTZ2dJUFlMN2Y1Mldlc0RIUGl5OW1ydHhoN2tvWHBXdlJLWDUtLWNGbFBNeUNNZEk1SzFiTkhXdE1nQmc9PQ%3D%3D--a313db99bfaeeacb224be07b5a4c9841f50bdd2b; path=/; expires=Mon, 28 Jul 2036 17:17:32 GMT; secure; HttpOnly
A cookie sent from the server to be set on the client
_code_app_session
TzBSMnNhcDlmZGxIZ1BKOFlWVEtxK25BOVcvWHZyVTd5TjRVU3Y3WWZrclVkMEgydHNGNmh2c2R6UTZhY2Q3bi9rOGZiekRVUVgvWkllLys5bnR5aER1dk9GOExuRXg4aHFGbjE1OFVvVDZ6TWIwVWxyZTNxNWNPTzVSWkZNaFBqNWV6ZEV6Tm9HZHFLdTkrdEdjVk42OUFLMDRwR1VYNDFRVFJsNFlDaDVFMTFBL1VUWGsxcUJieFhmTGswNDBRYnZBNEh1MDFNcERXdjJaVkROTHMwV1h2M29DWTRSMi9Jd0ZUSTdsaTh4UEpUQ1g1enJmZzBZVVJuT25NRzREVFAwblI5NGMycmpFd3RGWjdkTXhUSEM0bit6WElTZ2dJUFlMN2Y1Mldlc0RIUGl5OW1ydHhoN2tvWHBXdlJLWDUtLWNGbFBNeUNNZEk1SzFiTkhXdE1nQmc9PQ%3D%3D--a313db99bfaeeacb224be07b5a4c9841f50bdd2b
Cookie name and value.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
Expires
Mon, 28 Jul 2036 17:17:32 GMT
When the cookie should expire.
secure
The cookie is only sent when requesting from a https domain.
HttpOnly
Prevents access to the cookie through JavaScript.
- X-Request-Id
d71b647a-60f8-4b45-a391-d95d34adbb1c
- X-Runtime
0.010116
- Strict-Transport-Security
max-age=63072000; includeSubDomains
A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains.
Max-Age
63072000 (2 years)
The time a browser should remember a site can only be accessed with https (seconds).
includesubdomains
max-age applies to subdomains as well.