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

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

    Wait

    0 ms

    DNS

    58 ms

    TCP

    35 ms

    Request

    0 ms

    First Byte

    35 ms

    Download

    1 ms

    Total

    129 ms

  • HTTP Headers

    Set-Cookie

    i_like_gitea=fee52f5b51279cf4; Path=/; HttpOnly; SameSite=Lax

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

    • i_like_gitea

      fee52f5b51279cf4

      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=uZwABNJsDMwSxEvKGTO8p1-7Zhs6MTc1MTY4NTI5NDcxMTUyMTc1OA; Path=/; Expires=Sun, 06 Jul 2025 03:14:54 GMT; HttpOnly; SameSite=Lax

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

    • _csrf

      uZwABNJsDMwSxEvKGTO8p1-7Zhs6MTc1MTY4NTI5NDcxMTUyMTc1OA

      Cookie name and value.

    • Path

      /

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

    • Expires

      Sun, 06 Jul 2025 03:14:54 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, 05 Jul 2025 03:14:54 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.