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
- 305 ms
https://pad.stuve.de/s/_ukoJPe7b- Status
- 200
- Message
- OK
- Time
- 305 ms
- IP
- 134.60.47.17
Timing
Wait
0 ms
DNS
6 ms
TCP
97 ms
Request
1 ms
First Byte
100 ms
Download
0 ms
Total
305 ms
HTTP Headers
- 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.
- Content-Length
12176(12.2 kB)
The length of the response body in octets (8-bit bytes).
- Content-Security-Policy
default-src 'none';base-uri 'self';connect-src 'self' wss://pad.stuve.de https://vimeo.com/api/v2/video/;font-src 'self';manifest-src 'self';frame-src 'self' https://player.vimeo.com https://www.youtube.com https://gist.github.com *;img-src * data:;script-src https://pad.stuve.de/build/ https://pad.stuve.de/js/ https://pad.stuve.de/config 'unsafe-inline' 'nonce-a6b767aa-ee17-4e46-92f6-0f1d5e84dbc3' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';style-src https://pad.stuve.de/build/ https://pad.stuve.de/css/ 'unsafe-inline';object-src * *;form-action 'self';media-src *;upgrade-insecure-requests
The content security policy allows the server to determine what resources the user is allowed to load.
Default-Src
Fallback for all fetches.
- 'none'
Base-URI
Define what can be used in the base element.
- 'self'
Connect-Src
Define sources for script interfaces.
- 'self'
- wss://pad.stuve.de
- https://vimeo.com/api/v2/video/
Font-Src
Define sources for fonts.
- 'self'
Manifest-Src
Define sources for manifest files.
- 'self'
Frame-Src
Define sources for frames.
- 'self'
- https://player.vimeo.com
- https://www.youtube.com
- https://gist.github.com
- *
Img-Src
Define sources for images and favicons.
- *
- data:
Script-Src
Define sources for JavaScript.
- https://pad.stuve.de/build/
- https://pad.stuve.de/js/
- https://pad.stuve.de/config
- 'unsafe-inline'
- 'nonce-a6b767aa-ee17-4e46-92f6-0f1d5e84dbc3'
- 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM='
Style-Src
Define sources for stylesheets.
- https://pad.stuve.de/build/
- https://pad.stuve.de/css/
- 'unsafe-inline'
object-src
Define sources for object, embed, and applet elements.
Problems were found.
- Duplicate value detected.
- *
Duplicated value.
- *
Duplicated value.
Form-Action
Define what can be used as the target for forms.
- 'self'
Media-Src
Define sources for audio, video, and track elements.
- *
upgrade-insecure-requests
Treat insecure URLs as though they are secure.
- Content-Type
text/html; charset=utf-8
The MIME type of this content.
Problems were detected with this header
- Unknown MIME type.
- Date
Fri, 22 May 2026 14:25:32 GMT
The date and time that the message was sent.
- Etag
W/"2f90-QGZT4lCCXszdN+RIs5ukxEpvdj8"
An identifier for a specific version of a resource.
Validator
weak
A weak tag is easier to generate and prevents byte range caching.
Tag
2f90-QGZT4lCCXszdN+RIs5ukxEpvdj8
- Hedgedoc-Version
1.10.3
- Referrer-Policy
same-origin
Controls what referrer information is sent with requests.
same-origin - Send the full referrer for same origin requests, and nothing for cross-origin.
- Set-Cookie
connect.sid=s%3A4qfQuJQrq2ls8kFogRke1Bw6SSBDFI14.4KnThtD5l4%2B81g6HiTQv5giIh4%2FjQ2Ffl0A%2Fp0HS%2BjU; Path=/; Expires=Fri, 05 Jun 2026 14:25:32 GMT; HttpOnly; Secure; SameSite=Lax
A cookie sent from the server to be set on the client
connect.sid
s%3A4qfQuJQrq2ls8kFogRke1Bw6SSBDFI14.4KnThtD5l4%2B81g6HiTQv5giIh4%2FjQ2Ffl0A%2Fp0HS%2BjU
Cookie name and value.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
Expires
Fri, 05 Jun 2026 14:25:32 GMT
When the cookie should expire.
HttpOnly
Prevents access to the cookie through JavaScript.
Secure
The cookie is only sent when requesting from a https domain.
Samesite
Lax
Cookie is not sent on cross-site requests but is when following a link to the origin.
- Strict-Transport-Security
max-age=31536000; includeSubDomains
A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains.
Max-Age
31536000 (1 year)
The time a browser should remember a site can only be accessed with https (seconds).
includesubdomains
max-age applies to subdomains as well.
- Vary
Accept-Encoding
Indicates that different content may be provided to different clients, depending on the vary header.
Headers
- Accept-Encoding
- X-Powered-By
Express
The software powering this site.