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
109 ms
  • IP
    75.2.0.180
  • Timing

    Wait

    0 ms

    DNS

    67 ms

    TCP

    1 ms

    Request

    0 ms

    First Byte

    18 ms

    Download

    0 ms

    Total

    109 ms

  • HTTP Headers

    Server

    nginx

    A name for the server.

    nginx - Description of the server software.

    Date

    Sat, 05 Apr 2025 09:55:52 GMT

    The date and time that the message was sent.

    Content-Type

    text/html;charset=utf-8

    The MIME type of this content.

    • Type

      text/html

    • Description

      HTML file

    • Charset

      utf-8

    D-Cache

    from-cache

    Strict-Transport-Security

    max-age=31536000; preload

    A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains.

    • Max-Age

      31536000 (1 year)

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

    • preload

      Use Google's preloading strict transport security.

    X-Frame-Options

    SAMEORIGIN

    Clickjacking protection.

    SAMEORIGIN - No rendering if origin mismatch.

    Content-Security-Policy

    frame-ancestors 'self'

    The content security policy allows the server to determine what resources the user is allowed to load.

    • Frame-Ancestors

      Define valid parents for frame, iframe, embed, object, and applet.

      • 'self'
    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'.

    Vary

    user-agent,accept-encoding

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

    • Headers

      • user-agent
      • accept-encoding
    Cache-Control

    no-cache, no-store, must-revalidate

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

    • no-cache

      May be stored by any cache but must be validated by the server.

    • no-store

      May not be stored by any cache.

    • must-revalidate

      Stale caches must not be used.

    Expires

    Thu, 01 Jan 1970 00:00:00 GMT

    The time at which the response is considered stale.

    D-Page-Type

    FROM_SCRATCH

    D-Geo

    US

    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.