HTTP request

Simple:


Advanced, helpfull:

Advanced, raw:

HTTPS request of 'amazon.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.amazon.com'

DNS resolve

DNS resolved in 35ms
amazon.com
A
205.251.242.103 (selected)
amazon.com
A
52.94.236.248 click to use
amazon.com
A
54.239.28.85 click to use

Connection

Connected to 205.251.242.103 in 60ms
  • Connected to host 205.251.242.103 (amazon.com), on port 443, in 25ms.
  • Connection is TLS 1.3-secured using certificat '*.peg.a2z.com' in additional 35ms.
  • Certificat expires 07-01-2025.
  • Certificat is issued by 'DigiCert Inc'.
  • SSL-certifiat valdiated okay.
 

Request

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

Response headers

Status 301 returned. First bytes recieved in 25ms
HTTP/1.1 301 Moved Permanently 
Server: Server 
Date: Wed, 08 May 2024 02:49:35 GMT 
Content-Type: text/html 
Transfer-Encoding: chunked 
Connection: close 
Location: https://www.amazon.com/ 

Response content

Recieved a total of 368 bytes in 25ms
1
<html>
2
<head><title>301 Moved Permanently</title></head>
3
<body>
4
<center><h1>301 Moved Permanently</h1></center>
5
<hr><center>Server</center>
6
</body>
7
</html>
8

Log

  • Resolving host 'amazon.com' to 'amazon.com (205.251.242.103)' in 35ms. 2 additional IP's was returned as well.
  • Connected to '205.251.242.103' on port '443'
  • SSL connection established (TLS 1.3, using certificat '*.peg.a2z.com', expirery 07-01-2025.)
  • Request sent to host
  • Waiting for response
  • First 368 bytes recieved in 25ms
  • A total of 368 bytes recieved in 25ms
  • HTTP statuscode 301 returned - redirect
    The server retuned a status 301 response. This is usually a redirect. See 'location' response header for further info.
  • Decoding chunked response
  • Response parsed in 0ms