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
289 ms
  • https://git.saintdoggie.org/evei592888626

    Status
    404
    Message
    Not Found
    Time
    289 ms
  • IP
    5.78.92.118
  • Timing

    Wait

    0 ms

    DNS

    18 ms

    TCP

    73 ms

    Request

    0 ms

    First Byte

    122 ms

    Download

    1 ms

    Total

    289 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

    max-age=0, private, must-revalidate, no-transform

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

    • Max-Age

      0

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

    • private

      May only be stored by a browser cache.

    • must-revalidate

      Stale caches must not be used.

    • no-transform

      Intermediate cache or proxy cannot modify the response or certain headers.

    Content-Length

    11

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

    Content-Type

    text/plain;charset=utf-8

    The MIME type of this content.

    Problems were detected with this header

    • Unknown MIME type.
    Date

    Wed, 29 Jul 2026 05:26:10 GMT

    The date and time that the message was sent.

    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-Frame-Options

    SAMEORIGIN

    Clickjacking protection.

    SAMEORIGIN - No rendering if origin mismatch.