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
1316 ms
  • IP
    121.199.15.84
  • Timing

    Wait

    0 ms

    DNS

    426 ms

    TCP

    204 ms

    Request

    0 ms

    First Byte

    268 ms

    Download

    1 ms

    Total

    1316 ms

  • HTTP Headers

    Server

    nginx/1.14.1

    A name for the server.

    • Server

      nginx

      Description of the server software.

    • Version

      1.14.1

      Version number.

    Date

    Tue, 22 Apr 2025 02:02:41 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=34f9f78c4fda7dc7; Path=/; HttpOnly; SameSite=Lax

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

    • i_like_gitea

      34f9f78c4fda7dc7

      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=xsed1Kb0WKudIivgIC19ImAeERE6MTc0NTI4NzM2MTAwNTk4OTI3Mg; Path=/; Expires=Wed, 23 Apr 2025 02:02:41 GMT; HttpOnly; SameSite=Lax

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

    • _csrf

      xsed1Kb0WKudIivgIC19ImAeERE6MTc0NTI4NzM2MTAwNTk4OTI3Mg

      Cookie name and value.

    • Path

      /

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

    • Expires

      Wed, 23 Apr 2025 02:02:41 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.