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

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

    Wait

    1 ms

    DNS

    33 ms

    TCP

    93 ms

    Request

    0 ms

    First Byte

    141 ms

    Download

    1 ms

    Total

    370 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

    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.

    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

    Tue, 15 Sep 2026 16:30:19 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.