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
1892 ms
  • IP
    218.85.119.100
  • Timing

    Wait

    0 ms

    DNS

    475 ms

    TCP

    225 ms

    Request

    0 ms

    First Byte

    1192 ms

    Download

    0 ms

    Total

    1892 ms

  • HTTP Headers

    Server

    nginx

    A name for the server.

    nginx - Description of the server software.

    Date

    Thu, 07 Aug 2025 23:59:01 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.

    Cache-Control

    max-age=0, private, must-revalidate

    Inform all caching mechanisms from server to client whether they may cache this object.

    • Max-Age

      0

      The time a browser should remember a site can only be accessed with https (seconds).

    • private

      May only be stored by a browser cache.

    • must-revalidate

      Stale caches must not be used.

    Etag

    W/"0cfc561c204770f36a7898b8d96a8852"

    An identifier for a specific version of a resource.

    • Validator

      weak

      A weak tag is easier to generate and prevents byte range caching.

    • Tag

      0cfc561c204770f36a7898b8d96a8852

    Set-Cookie

    _gitlab_session=34f403e8bb10bc06007db9099b61cf15; path=/; expires=Fri, 08 Aug 2025 01:59:01 -0000; HttpOnly

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

    • _gitlab_session

      34f403e8bb10bc06007db9099b61cf15

      Cookie name and value.

    • Path

      /

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

    • Expires

      Fri, 08 Aug 2025 01:59:01 -0000

      When the cookie should expire.

    • HttpOnly

      Prevents access to the cookie through JavaScript.

    X-Content-Type-Options

    nosniff

    Prevents Internet Explorer from MIME-sniffing a response away from the declared content-type.

    nosniff - Block requests if type 'style' or 'script'.

    X-Frame-Options

    DENY

    Clickjacking protection.

    DENY - No rendering within frame.

    X-Request-Id

    aG8XtBnSOP8

    X-Runtime

    0.955753

    X-Ua-Compatible

    IE=edge

    Recommends the preferred rendering engine (often a backward-compatibility mode) to use to display the content.

    IE=edge - Use highest level rendering.

    X-Xss-Protection

    1; mode=block

    Cross-site scripting (XSS) filter.

    • 1

      Enable XSS filtering.

    • Mode

      Filtering mode.

      • block - Block page if XSS is detected.
    Access-Control-Allow-Origin

    *

    Indicate whether the response can be shared with the given origin.

    * - The browser is allowed to request resources from the origin.

    Access-Control-Allow-Methods

    GET, POST, PUT, DELETE, PATCH, OPTIONS