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
860 ms
  • IP
    135.125.101.56
  • Timing

    Wait

    0 ms

    DNS

    149 ms

    TCP

    82 ms

    Request

    0 ms

    First Byte

    545 ms

    Download

    0 ms

    Total

    860 ms

  • HTTP Headers

    Server

    nginx

    A name for the server.

    nginx - Description of the server software.

    Date

    Mon, 29 Jul 2024 21:36: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.2.34

    The software powering this site.

    X-Powered-By

    PleskLin

    The software powering this site.

    Problems were detected with this header

    • Duplicate header. There is another header with this name and this may cause problems.
    X-Frame-Options

    SAMEORIGIN

    Clickjacking protection.

    SAMEORIGIN - No rendering if origin mismatch.

    X-Xss-Protection

    1

    Cross-site scripting (XSS) filter.

    1 - Enable XSS filtering.

    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'.

    Pragma

    no-cache

    HTTP/1.0 backwards compatible cache handling.

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

    Cache-Control

    private

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

    private - May only be stored by a browser cache.

    Expires

    Mon, 26 Jul 1997 05:00:00 GMT

    The time at which the response is considered stale.

    Set-Cookie

    PHPSESSID=mrst6imn4jca6f0i8q79jke37t; path=/

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

    • PHPSESSID

      mrst6imn4jca6f0i8q79jke37t

      Cookie name and value.

    • Path

      /

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

    Last-Modified

    Mon, 29 Jul 2024 21:36:46 GMT

    The last modified date for the requested object.

    Strict-Transport-Security

    max-age=63072000; includeSubDomains

    A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains.

    • Max-Age

      63072000 (2 years)

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

    • includesubdomains

      max-age applies to subdomains as well.