Security Report Summary
A
Site: | https://kpm-api.kbfinansia.com/ |
---|---|
IP Address: | 35.219.107.101 |
Report Time: | 05 Jun 2023 13:36:07 UTC |
Headers: |
|
Raw Headers
HTTP/1.1 | 404 Not Found |
---|---|
access-control-allow-credentials | false |
access-control-allow-headers | Origin,Authorization,Content-Type |
access-control-allow-methods | GET,POST |
access-control-allow-origin | * |
date | Mon, 05 Jun 2023 13:36:07 GMT |
content-length | 33 |
content-type | text/plain; charset=utf-8 |
strict-transport-security | max-age=16000000; includeSubDomains; preload; |
x-frame-options | sameorigin |
x-content-type-options | nosniff |
x-xss-protection | : 1;mode=block |
referrer-policy | no-referrer-when-downgrade |
permissions-policy | accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(self), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), navigation-override=(self), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=(), clipboard-read=(self), clipboard-write=(self), gamepad=(), speaker-selection=() |
Missing Headers
Content-Security-Policy | Content 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. |
---|
Warnings
Response is not HTML | The content-type of the response does not indicate HTML. Not all headers, and therefore the score, may be appropriate. |
---|---|
Status code indicates error | The status code of the response indicates an error. Not all headers may be set when the response is an error. |
Upcoming Headers
Cross-Origin-Embedder-Policy | Cross-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-Opener-Policy | Cross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser. |
Cross-Origin-Resource-Policy | Cross-Origin Resource Policy allows a resource owner to specify who can load the resource. |
Additional Information
access-control-allow-origin | This is a very lax CORS policy. Such a policy should only be used on a public CDN. |
---|---|
strict-transport-security | HTTP 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. |
x-frame-options | X-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. |
x-content-type-options | X-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-xss-protection | X-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. |
referrer-policy | Referrer 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-policy | Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser. |