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
608 ms
  • IP
    111.230.71.137
  • Timing

    Wait

    0 ms

    DNS

    156 ms

    TCP

    220 ms

    Request

    0 ms

    First Byte

    232 ms

    Download

    0 ms

    Total

    608 ms

  • HTTP Headers

    Server

    nginx/1.20.1

    A name for the server.

    • Server

      nginx

      Description of the server software.

    • Version

      1.20.1

      Version number.

    Date

    Sat, 19 Apr 2025 18:41:34 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

    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.

    Set-Cookie

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

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

    • i_like_gitea

      acfa3fedb07259f3

      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=jlowA9dPw7GKYnoFTXyr1QU4-206MTc0NTA4ODA5NDQ0NzMyMjE1Nw; Path=/; Expires=Sun, 20 Apr 2025 18:41:34 GMT; HttpOnly; SameSite=Lax

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

    • _csrf

      jlowA9dPw7GKYnoFTXyr1QU4-206MTc0NTA4ODA5NDQ0NzMyMjE1Nw

      Cookie name and value.

    • Path

      /

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

    • Expires

      Sun, 20 Apr 2025 18:41:34 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.