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 51ms
amazon.com
A
205.251.242.103 click to use
amazon.com
A
52.94.236.248 click to use
amazon.com
A
54.239.28.85 (selected)

Connection

Connected to 54.239.28.85 in 60ms
  • Connected to host 54.239.28.85 (amazon.com), on port 443, in 24ms.
  • Connection is TLS 1.3-secured using certificat '*.peg.a2z.com' in additional 36ms.
  • Certificat expires 2025-07-27.
  • 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 24ms
HTTP/1.1 301 Moved Permanently 
Server: Server 
Date: Mon, 09 Sep 2024 02:37:28 GMT 
Content-Type: text/html 
Transfer-Encoding: chunked 
Connection: close 
Location: https://www.amazon.com/ 

Response content

Recieved a total of 368 bytes in 24ms
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 (54.239.28.85)' in 51ms. 2 additional IP's was returned as well.
  • Connected to '54.239.28.85' on port '443'
  • SSL connection established (TLS 1.3, using certificat '*.peg.a2z.com', expirery 2025-07-27.) - verified in 162ms
  • Request sent to host
  • Waiting for response
  • First 368 bytes recieved in 24ms
  • A total of 368 bytes recieved in 24ms
  • 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