Skip to content

Enhancement: Make requests always use HTTPS - HTTP Security Header #3

Description

@gabrielvassoler

The HTTP protocol by itself is clear text, meaning that any data that is transmitted via HTTP can be captured and the contents
viewed. To keep data private and prevent it from being intercepted, HTTP is often tunnelled through either Secure Sockets
Layer (SSL) or Transport Layer Security (TLS). When either of these encryption standards are used, it is referred to as HTTPS.
HTTP Strict Transport Security (HSTS) is an optional response header that can be configured on the server to instruct the
browser to only communicate via HTTPS. This will be enforced by the browser even if the user requests a HTTP resource on the
same server.
The scan used in ChameleonMap discovered that the affected application is using HTTPS however does not use the HSTS header.

Metadata

Metadata

Labels

UpdateUpdate of versions or libraries usedbugSomething isn't workingenhancementNew request for already created features

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions