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
117 ms
  • http://repo.magicbane.com/basilhuondeker

    Status
    404
    Message
    Not Found
    Time
    117 ms
  • IP
    63.141.251.154
  • Timing

    Wait

    0 ms

    DNS

    57 ms

    TCP

    30 ms

    Request

    0 ms

    First Byte

    30 ms

    Download

    0 ms

    Total

    117 ms

  • HTTP Headers

    Set-Cookie

    i_like_gitea=2a28fc87dbf623cc; Path=/; HttpOnly; SameSite=Lax

    A cookie sent from the server to be set on the client

    • i_like_gitea

      2a28fc87dbf623cc

      Cookie name and value.

    • Path

      /

      The client will only send the cookie when requesting this path, or subdirectories, from the server.

    • HttpOnly

      Prevents access to the cookie through JavaScript.

    • Samesite

      Lax

      Cookie is not sent on cross-site requests but is when following a link to the origin.

    Set-Cookie

    _csrf=VQsx4vHXhxXDRku4Gqh5RZGB6vo6MTc2MDIwMjg5OTAyMDYxMDMzMQ; Path=/; Expires=Sun, 12 Oct 2025 17:14:59 GMT; HttpOnly; SameSite=Lax

    A cookie sent from the server to be set on the client

    • _csrf

      VQsx4vHXhxXDRku4Gqh5RZGB6vo6MTc2MDIwMjg5OTAyMDYxMDMzMQ

      Cookie name and value.

    • Path

      /

      The client will only send the cookie when requesting this path, or subdirectories, from the server.

    • Expires

      Sun, 12 Oct 2025 17:14:59 GMT

      When the cookie should expire.

    • HttpOnly

      Prevents access to the cookie through JavaScript.

    • Samesite

      Lax

      Cookie is not sent on cross-site requests but is when following a link to the origin.

    Set-Cookie

    macaron_flash=; Path=/; Max-Age=0; HttpOnly; SameSite=Lax

    A cookie sent from the server to be set on the client

    • macaron_flash

      Cookie name and value.

    • Path

      /

      The client will only send the cookie when requesting this path, or subdirectories, from the server.

    • Max-Age

      0

      Number of seconds until the cookie expires.

    • HttpOnly

      Prevents access to the cookie through JavaScript.

    • Samesite

      Lax

      Cookie is not sent on cross-site requests but is when following a link to the origin.

    X-Frame-Options

    SAMEORIGIN

    Clickjacking protection.

    SAMEORIGIN - No rendering if origin mismatch.

    Date

    Sat, 11 Oct 2025 17:14:59 GMT

    The date and time that the message was sent.

    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.

    • Type

      text/plain

    • Description

      text file

    • Charset

      utf-8

    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.