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
- 14 ms
- IP
- 142.251.40.100
Timing
Wait
0 ms
DNS
1 ms
TCP
1 ms
Request
0 ms
First Byte
12 ms
Download
0 ms
Total
14 ms
HTTP Headers
- Content-Type
text/html; charset=UTF-8
The MIME type of this content.
Type
text/html
Description
HTML file
Charset
UTF-8
- Content-Security-Policy
object-src 'none';base-uri 'self';script-src 'nonce-mEZVGzTQZPRLgB-ne98TnQ' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other
The content security policy allows the server to determine what resources the user is allowed to load.
Object-Src
Define sources for object, embed, and applet elements.
- 'none'
Base-URI
Define what can be used in the base element.
- 'self'
Script-Src
Define sources for JavaScript.
- 'nonce-mEZVGzTQZPRLgB-ne98TnQ'
- 'strict-dynamic'
- 'report-sample'
- 'unsafe-eval'
- 'unsafe-inline'
- https:
- http:
Report-URI
https://csp.withgoogle.com/csp/gws/other
URI for violation reports.
- Permissions-Policy
unload=()
Enable and disable browser features.
unload
Problems were found.
- Unknown option
- () - Feature is disabled.
- Date
Fri, 01 Nov 2024 21:24:16 GMT
The date and time that the message was sent.
- Server
gws
A name for the server.
gws - Description of the server software.
- X-Xss-Protection
0
Cross-site scripting (XSS) filter.
0 - Disable XSS filtering.
- X-Frame-Options
SAMEORIGIN
Clickjacking protection.
SAMEORIGIN - No rendering if origin mismatch.
- Transfer-Encoding
chunked
- 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.