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
1153 ms
  • IP
    185.45.73.46
  • Timing

    Wait

    0 ms

    DNS

    219 ms

    TCP

    95 ms

    Request

    0 ms

    First Byte

    649 ms

    Download

    0 ms

    Total

    1153 ms

  • HTTP Headers

    Date

    Fri, 22 Nov 2024 03:37:19 GMT

    The date and time that the message was sent.

    Server

    Apache

    A name for the server.

    Apache - Description of the server software.

    X-Powered-By

    PHP/8.1.30

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

    Link

    <https://colegiomayol.es/wp-json/>; rel="https://api.w.org/"

    Used to express a typed relationship with another resource.

    Set-Cookie

    PHPSESSID=2p7f2fsibhga3hd6c7rpcdr9u2; path=/; secure; HttpOnly

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

    • PHPSESSID

      2p7f2fsibhga3hd6c7rpcdr9u2

      Cookie name and value.

    • Path

      /

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

    • secure

      The cookie is only sent when requesting from a https domain.

    • HttpOnly

      Prevents access to the cookie through JavaScript.

    Strict-Transport-Security

    max-age=63072000;

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

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

    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