Security Report Summary
C
Site: https://www.researchgate.net/
IP Address: 104.18.41.9
Report Time: 07 Jul 2026 13:56:25 UTC
Headers:
  • Strict-Transport-Security
  • X-Content-Type-Options
  • X-Frame-Options
  • Content-Security-Policy
  • Referrer-Policy
  • Permissions-Policy
Advanced:
Not bad… Maybe you should perform a deeper security analysis of your website and APIs:
Missing Headers
Content-Security-PolicyContent Security Policy is an effective measure to protect your site from XSS attacks. By whitelisting sources of approved content, you can prevent the browser from loading malicious assets.
Referrer-PolicyReferrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites.
Permissions-PolicyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
Raw Headers
HTTP/2200
dateTue, 07 Jul 2026 13:56:25 GMT
content-typetext/html; charset=utf-8
set-cookietsid=_sldSCbgUmYlsvhYvxa9rz1ZfvppZoz0Z9lu9MIjRiv9ATZVjWmZW-71vPrGUCjqvOrqrQh0EXGwV_qnko9E51Dm9RuZOME9tU92Ini_tP4otpxmVKnc_Q_6FRPTM7pE;Path=/;Domain=.www.researchgate.net;Secure;HttpOnly
set-cookie__cf_bm=UgJzQ5OfoQ.MYomGvjLgAqsKDFWsGbxasaKIZf2kG7M-1783432585.561549-1.0.1.1-e6ZtaYgPHOO7zk3ITdfNqyTpO2U1MRrmvLz7mnpb75dtbUxcBFB4b_xeGeeKESqwfymCK8RvyBC81uxgqkg7_34vh_8yXRArY1Xcuqd0Zh6vmKGhnD517LueJn1RrNIU; HttpOnly; SameSite=None; Secure; Path=/; Domain=researchgate.net; Expires=Tue, 07 Jul 2026 14:26:25 GMT
set-cookie_cfuvid=9W30jFZl9_Dn8skkwiL8UO0uX2SMSff1okFAaGYNcZQ-1783432585.561549-1.0.1.1-BSRTksQNjIfmwyCP1KoB5x2updTPjMp7fdbfoV9XdSc; HttpOnly; SameSite=None; Secure; Path=/; Domain=researchgate.net
cf-raya1775a3bcbf78063-DUB
cf-cache-statusHIT
age37721
cache-controlmax-age=86400, public
expiresWed, 08 Jul 2026 03:27:43 GMT
last-modifiedTue, 07 Jul 2026 03:27:43 GMT
servercloudflare
x-xss-protection1; mode=block
strict-transport-securitymax-age=31536000; includeSubDomains; preload
varyaccept-encoding
cross-origin-opener-policysame-origin
cross-origin-opener-policysame-origin
p3pCP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"
x-content-type-optionsnosniff
x-frame-optionsSAMEORIGIN
x-rg-pi1
x-ua-compatibleIE=Edge
content-encodinggzip
alt-svch3=":443"; ma=86400
Upcoming Headers
Cross-Origin-Embedder-PolicyCross-Origin Embedder Policy allows a site to prevent assets being loaded that do not grant permission to load them via CORS or CORP.
Cross-Origin-Resource-PolicyCross-Origin Resource Policy allows a resource owner to specify who can load the resource.
Additional Information
serverServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".
x-xss-protectionX-XSS-Protection sets the configuration for the XSS Auditor built into older browsers. The recommended value was "X-XSS-Protection: 1; mode=block" but you should now look at Content Security Policy instead.
strict-transport-securityHTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS by getting the User Agent to enforce the use of HTTPS.
cross-origin-opener-policyCross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser.
cross-origin-opener-policyCross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser.
x-content-type-optionsX-Content-Type-Options stops a browser from trying to MIME-sniff the content type and forces it to stick with the declared content-type. The only valid value for this header is "X-Content-Type-Options: nosniff".
x-frame-optionsX-Frame-Options tells the browser whether you want to allow your site to be framed or not. By preventing a browser from framing your site you can defend against attacks like clickjacking.