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
1002 ms
  • IP
    121.43.32.149
  • Timing

    Wait

    0 ms

    DNS

    414 ms

    TCP

    249 ms

    Request

    0 ms

    First Byte

    339 ms

    Download

    0 ms

    Total

    1002 ms

  • HTTP Headers

    Server

    nginx

    A name for the server.

    nginx - Description of the server software.

    Date

    Sat, 19 Apr 2025 04:39:15 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.

    Vary

    Accept-Encoding

    Indicates that different content may be provided to different clients, depending on the vary header.

    • Headers

      • Accept-Encoding
    Set-Cookie

    lang=en-US; Path=/; Max-Age=2147483647

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

    • lang

      en-US

      Cookie name and value.

    • Path

      /

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

    • Max-Age

      2147483647 (68 years 35 days 3 hours 14 minutes 7 seconds)

      Number of seconds until the cookie expires.

    Set-Cookie

    i_like_gitea=301f4334c5290e88; Path=/; HttpOnly

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

    • i_like_gitea

      301f4334c5290e88

      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.

    Set-Cookie

    _csrf=jUxOUPZCezob5mOGY60QfKhg9iI6MTc0NTAzNzU1NTU4ODk2NDU2Ng; Path=/; Expires=Sun, 20 Apr 2025 04:39:15 GMT; HttpOnly

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

    • _csrf

      jUxOUPZCezob5mOGY60QfKhg9iI6MTc0NTAzNzU1NTU4ODk2NDU2Ng

      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 04:39:15 GMT

      When the cookie should expire.

    • HttpOnly

      Prevents access to the cookie through JavaScript.

    X-Frame-Options

    SAMEORIGIN

    Clickjacking protection.

    SAMEORIGIN - No rendering if origin mismatch.