HTTP request

Simple:


Advanced, helpfull:

Advanced, raw:

HTTPS request of 'wikipedia.org'

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.wikipedia.org'

DNS resolve

DNS resolved in 73ms
wikipedia.org
A
208.80.154.224 (selected)
wikipedia.org
AAAA
2620:0:861:ed1a::1 click to use

Connection

Connected to 208.80.154.224 in 85ms
  • Connected to host 208.80.154.224 (wikipedia.org), on port 443, in 39ms.
  • Connection is TLS 1.3-secured using certificat '*.wikipedia.org' in additional 46ms.
  • Certificat expires 16-07-2024.
  • Certificat is issued by 'Let's Encrypt'.
  • SSL-certifiat valdiated okay.
 

Request

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

Response headers

Status 301 returned. First bytes recieved in 39ms
HTTP/1.1 301 Moved Permanently 
date: Sun, 05 May 2024 05:43:53 GMT 
server: mw-web.eqiad.main-55b8c76fd7-gsjk9 
location: https://www.wikipedia.org/ 
content-length: 234 
content-type: text/html; charset=iso-8859-1 
vary: X-Forwarded-Proto 
age: 26327 
x-cache: cp1110 miss, cp1110 hit/49438 
x-cache-status: hit-front 
server-timing: cache;desc="hit-front", host;desc="cp1110" 
strict-transport-security: max-age=106384710; includeSubDomains; preload 
report-to: { "group": "wm_nel", "max_age": 604800, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } 
nel: { "report_to": "wm_nel", "max_age": 604800, "failure_fraction": 0.05, "success_fraction": 0.0} 
set-cookie: WMF-Last-Access=05-May-2024;Path=/;HttpOnly;secure;Expires=Thu, 06 Jun 2024 12:00:00 GMT 
set-cookie: WMF-Last-Access-Global=05-May-2024;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 06 Jun 2024 12:00:00 GMT 
x-client-ip: 209.126.83.17 
set-cookie: GeoIP=US:::37.75:-97.82:v4; Path=/; secure; Domain=.wikipedia.org 
set-cookie: NetworkProbeLimit=0.001;Path=/;Secure;Max-Age=3600 
connection: close 

Response content

Recieved a total of 1.430 bytes in 39ms
1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
2
<html><head>
3
<title>301 Moved Permanently</title>
4
</head><body>
5
<h1>Moved Permanently</h1>
6
<p>The document has moved <a href="https://www.wikipedia.org/">here</a>.</p>
7
</body></html>
8

Log

  • Resolving host 'wikipedia.org' to 'wikipedia.org (208.80.154.224)' in 73ms. 1 additional IP's was returned as well.
  • Connected to '208.80.154.224' on port '443'
  • SSL connection established (TLS 1.3, using certificat '*.wikipedia.org', expirery 16-07-2024.)
  • Request sent to host
  • Waiting for response
  • First 1.024 bytes recieved in 39ms
  • A total of 1.430 bytes recieved in 39ms
  • 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