HTTP Headers

Show the HTTP headers for a URL, with a full break-down of details. Will follow redirects.

Summary

Response
Total Requests
1
Total Time
1042 ms
  • IP
    103.180.237.160
  • Timing

    Wait

    0 ms

    DNS

    5 ms

    TCP

    447 ms

    Request

    0 ms

    First Byte

    390 ms

    Download

    0 ms

    Total

    1042 ms

  • HTTP Headers

    Alt-Svc

    h3=":443"; ma=2592000

    Indicate a resource should be loaded from a different server while still appearing to be loaded from this server.

    • Service

      • h3 - :443
    • Service

      • ma - 2592000 (30 days)

        Max age for the alternative (seconds).

    Cache-Control

    private, must-revalidate, max-age=0

    Inform all caching mechanisms from server to client whether they may cache this object.

    • private

      May only be stored by a browser cache.

    • must-revalidate

      Stale caches must not be used.

    • Max-Age

      0

      The time a browser should remember a site can only be accessed with https (seconds).

    Content-Language

    en-GB

    The natural language or languages of the intended audience for the enclosed content.

    en-GB - English

    Content-Length

    32241(32.2 kB)

    The length of the response body in octets (8-bit bytes).

    Content-Type

    text/html; charset=UTF-8

    The MIME type of this content.

    • Type

      text/html

    • Description

      HTML file

    • Charset

      UTF-8

    Date

    Sat, 18 Oct 2025 12:00:16 GMT

    The date and time that the message was sent.

    Expires

    Thu, 01 Jan 1970 00:00:00 GMT

    The time at which the response is considered stale.

    Last-Modified

    Thu, 09 Oct 2025 22:28:23 GMT

    The last modified date for the requested object.

    Server

    Apache/2.4.62 (Debian)

    A name for the server.

    • Server

      Apache

      Description of the server software.

    • Version

      2.4.62

      Version number.

    • System

      Debian

      Operating system.

    Vary

    Accept-Encoding,Cookie

    Indicates that different content may be provided to different clients, depending on the vary header.

    • Headers

      • Accept-Encoding
      • Cookie
    Via

    1.1 Caddy

    Added by proxies to track a request through proxies and to avoid loops.

    • Version

      1.1

      Protocol version.

    • Host

      Host name.

    X-Content-Type-Options

    nosniff

    Prevents Internet Explorer from MIME-sniffing a response away from the declared content-type.

    nosniff - Block requests if type 'style' or 'script'.

    X-Powered-By

    PHP/8.1.33

    The software powering this site.

    X-Request-Id

    94330cafd2f96c480d4aefc4

    Connection

    close

    Control options for the current connection and list of hop-by-hop response fields.

    close - The client or server would like to close the connection.