HTTP request

Simple:


Advanced, helpfull:

Advanced, raw:

HTTPS request of '8.8.8.8'

Server redirection

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

Follow redirection to 'dns.google'

Connection

Connected to 8.8.8.8 in 34ms
  • Connected to host 8.8.8.8, on port 443, in 7ms.
  • Connection is TLS 1.3-secured using certificat 'dns.google' in additional 27ms.
  • Certificat expires 01-07-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: 8.8.8.8
Accept: */*
User-agent: iamroot.tech

Response headers

Status 302 returned. First bytes recieved in 9ms
HTTP/1.1 302 Found 
X-Content-Type-Options: nosniff 
Access-Control-Allow-Origin: * 
Location: https://dns.google/ 
Date: Thu, 02 May 2024 00:51:36 GMT 
Content-Type: text/html; charset=UTF-8 
Server: HTTP server (unknown) 
Content-Length: 216 
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 589 bytes in 9ms
1
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
2
<TITLE>302 Moved</TITLE></HEAD><BODY>
3
<H1>302 Moved</H1>
4
The document has moved
5
<A HREF="https://dns.google/">here</A>.
6
</BODY></HTML>
7

Log

  • Resolving host '8.8.8.8' to '8.8.8.8' in 0ms.
  • Specifically connecting to IP '8.8.8.8'.
  • Connected to '8.8.8.8' on port '443'
  • SSL connection established (TLS 1.3, using certificat 'dns.google', expirery 01-07-2024.)
  • Request sent to host
  • Waiting for response
  • First 589 bytes recieved in 9ms
  • A total of 589 bytes recieved in 9ms
  • HTTP statuscode 302 returned - redirect
    The server retuned a status 302 response. This is usually a redirect. See 'location' response header for further info.
  • Response parsed in 0ms