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
1179 ms
  • IP
    31.172.80.78
  • Timing

    Wait

    0 ms

    DNS

    172 ms

    TCP

    83 ms

    Request

    0 ms

    First Byte

    757 ms

    Download

    0 ms

    Total

    1179 ms

  • HTTP Headers

    Date

    Sat, 19 Apr 2025 07:40:17 GMT

    The date and time that the message was sent.

    Server

    Apache

    A name for the server.

    Apache - Description of the server software.

    Expires

    Thu, 19 Nov 1981 08:52:00 GMT

    The time at which the response is considered stale.

    Cache-Control

    no-store, no-cache, must-revalidate

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

    • no-store

      May not be stored by any cache.

    • no-cache

      May be stored by any cache but must be validated by the server.

    • must-revalidate

      Stale caches must not be used.

    Pragma

    no-cache

    HTTP/1.0 backwards compatible cache handling.

    no-cache - Force requests to the origin server before releasing a cache.

    Set-Cookie

    PHPSESSID=46c8733f4506b3853b7e33424d15cc98; path=/

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

    • PHPSESSID

      46c8733f4506b3853b7e33424d15cc98

      Cookie name and value.

    • Path

      /

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

    Set-Cookie

    mode=day; expires=Tue, 17-Apr-2035 07:40:17 GMT; Max-Age=315360000; path=/

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

    • mode

      day

      Cookie name and value.

    • Expires

      Tue, 17-Apr-2035 07:40:17 GMT

      When the cookie should expire.

    • Max-Age

      315360000 (10 years)

      Number of seconds until the cookie expires.

    • Path

      /

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

    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.

    Content-Type

    text/html; charset=UTF-8

    The MIME type of this content.

    • Type

      text/html

    • Description

      HTML file

    • Charset

      UTF-8