Open
Cached
·
just now
22
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=15768000 ; includeSubDomains ; preload
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
no-referrer-when-downgrade
Permissions-Policy
Missing
Not configured
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close, Transfer-Encoding
Transfer-Encoding
chunked
connection: close, Transfer-Encoding transfer-encoding: chunked
Caching Headers
Cache-Control
must-revalidate, max-age=600
cache-control: must-revalidate, max-age=600
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; charset=UTF-8
Server Headers
server: nginx x-powered-by: WP Engine
CORS Headers
Access-Control-Allow-Headers
Content-Type, Authorization
Access-Control-Allow-Methods
GET, POST, OPTIONS
Access-Control-Allow-Origin
https://dev.quantum.microsoft.com
access-control-allow-headers: Content-Type, Authorization access-control-allow-methods: GET, POST, OPTIONS access-control-allow-origin: https://dev.quantum.microsoft.com
Cookies Headers
Other Headers
Date
Thu, 26 Feb 2026 10:31:13 GMT
Feature-Policy
geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; fullscreen 'self'; payment 'none'
Link
rel=https://api.w.org/
rel=alternate
title=JSON
type=application/json
rel=shortlink
Server-Timing
wp-before-template;dur=77.37
X-Cache-Group
normal
X-Cacheable
SHORT
date: Thu, 26 Feb 2026 10:31:13 GMT feature-policy: geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; fullscreen 'self'; payment 'none' link: <https://devblogs.microsoft.com/wp-json/>; rel="https://api.w.org/", <https://devblogs.microsoft.com/wp-json/wp/v2/pages/3155>; rel="alternate"; title="JSON"; type="application/json", <https://devblogs.microsoft.com/>; rel=shortlink server-timing: wp-before-template;dur=77.37 x-cache-group: normal x-cacheable: SHORT
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology