HTTP request

Simple:


Advanced, helpfull:

Advanced, raw:

HTTPS request of 'google.com'

Server redirection

The server retuned a status 301 response. This is usually a redirect. See 'location' response header for further info.

Follow redirection to 'www.google.com'

DNS resolve

DNS resolved in 41ms
google.com
A
142.250.191.238 (selected)
google.com
AAAA
2607:f8b0:4009:81b::200e click to use

Connection

Connected to 142.250.191.238 in 32ms
  • Connected to host 142.250.191.238 (google.com), on port 443, in 8ms.
  • Connection is TLS 1.3-secured using certificat '*.google.com' in additional 24ms.
  • Certificat expires 27-05-2024.
  • Certificat is issued by 'Google Trust Services LLC'.
  • SSL-certifiat valdiated okay.
 

Request

Request transmitted in 0ms
GET / HTTP/1.1
Connection: Close
Host: google.com
Accept: */*
User-agent: iamroot.tech

Response headers

Status 301 returned. First bytes recieved in 108ms
HTTP/1.1 301 Moved Permanently 
Location: https://www.google.com/ 
Content-Type: text/html; charset=UTF-8 
Content-Security-Policy-Report-Only: object-src 'none';base-uri 'self';script-src 'nonce-h9PVPv1RMCZwz5oQTRGjLA' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp 
Date: Sat, 20 Apr 2024 01:52:17 GMT 
Expires: Mon, 20 May 2024 01:52:17 GMT 
Cache-Control: public, max-age=2592000 
Server: gws 
Content-Length: 220 
X-XSS-Protection: 0 
X-Frame-Options: SAMEORIGIN 
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 
Connection: close 

Response content

Recieved a total of 851 bytes in 108ms
1
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
2
<TITLE>301 Moved</TITLE></HEAD><BODY>
3
<H1>301 Moved</H1>
4
The document has moved
5
<A HREF="https://www.google.com/">here</A>.
6
</BODY></HTML>
7

Log

  • Resolving host 'google.com' to 'google.com (142.250.191.238)' in 41ms. 1 additional IP's was returned as well.
  • Connected to '142.250.191.238' on port '443'
  • SSL connection established (TLS 1.3, using certificat '*.google.com', expirery 27-05-2024.)
  • Request sent to host
  • Waiting for response
  • First 851 bytes recieved in 108ms
  • A total of 851 bytes recieved in 108ms
  • HTTP statuscode 301 returned - redirect
    The server retuned a status 301 response. This is usually a redirect. See 'location' response header for further info.
  • Response parsed in 0ms