This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "HTTP Strict Transport Security"

From OWASP
Jump to: navigation, search
(Created page with "{{Template:Stub}} <br> == Description == HTTP Strict Transport Security (HSTS) is an opt-in security enhancement that is specified by a web application through the use of a sp...")
 
Line 9: Line 9:
 
<br>
 
<br>
  
== Examples ==
+
== Examples ==
Example of the HTTP strict transport security header
+
 
Strict-Transport-Security: max-age=60000
+
Example of the HTTP strict transport security header  
 +
 
 +
  Strict-Transport-Security: max-age=60000
  
 
== Browser Support ==
 
== Browser Support ==

Revision as of 01:29, 11 July 2011

This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.



Description

HTTP Strict Transport Security (HSTS) is an opt-in security enhancement that is specified by a web application through the use of a special response header. Once a supported browser receives this header that browser will prevent any communications from being sent over HTTP to the specified domain and will instead send all communications over HTTPS.


Examples

Example of the HTTP strict transport security header

 Strict-Transport-Security: max-age=60000

Browser Support

Browser
Lowest Version Supported
Internet Explorer
no support
Firefox
4
Opera
10.50
Safari
4.0
Chrome
4.0.211.0


Links

HSTS Spec

Wikipedia.org entry

MDN Docs for HSTS

OWASP TLS Protection Cheat Sheet