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
- 78 ms
- IP
- 74.125.192.147
Timing
Wait
1 ms
DNS
38 ms
TCP
14 ms
Request
0 ms
First Byte
24 ms
Download
1 ms
Total
78 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-MICxGajK8TRWabg7mRWsdg' '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-MICxGajK8TRWabg7mRWsdg'
- '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, 08 Nov 2024 14:59:59 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.