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
444 ms
  • http://verbina-glucharkina.ru/user/sushiboot37/

    Status
    404
    Message
    Not Found
    Time
    444 ms
  • IP
    109.95.212.26
  • Timing

    Wait

    0 ms

    DNS

    193 ms

    TCP

    110 ms

    Request

    0 ms

    First Byte

    140 ms

    Download

    1 ms

    Total

    444 ms

  • HTTP Headers

    Server

    nginx/1.20.2

    A name for the server.

    • Server

      nginx

      Description of the server software.

    • Version

      1.20.2

      Version number.

    Date

    Sun, 22 Sep 2024 00:24:46 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.

    X-Powered-By

    PHP/7.3.33

    The software powering this site.

    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=d8b35563b8f40db4d374f08d9e3f4a90; path=/; HttpOnly

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

    • PHPSESSID

      d8b35563b8f40db4d374f08d9e3f4a90

      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.