Permalink
Browse files

Merge pull request #66 from paulswartz/master

[small] fix SSL Labs URL
  • Loading branch information...
2 parents c0fef4b + 97c8794 commit fdea42e3ae0cf5d65e251aff5a2fd4c4734cdda4 @monfresh monfresh committed Mar 31, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 README.md
View
@@ -149,7 +149,7 @@ Any new API should use and require [HTTPS encryption](https://en.wikipedia.org/w
* **Privacy**. Enhanced privacy for apps and users using the API. HTTP headers and query string parameters (among other things) will be encrypted.
* **Compatibility**. Broader client-side compatibility. For CORS requests to the API to work on HTTPS websites -- to not be blocked as mixed content -- those requests must be over HTTPS.
-HTTPS should be configured using modern best practices, including ciphers that support [forward secrecy](https://en.wikipedia.org/wiki/Forward_secrecy), and [HTTP Strict Transport Security](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security). **This is not exhaustive**: use tools like [SSL Labs](ssllabs.com/ssltest/analyze.html) to evaluate an API's HTTPS configuration.
+HTTPS should be configured using modern best practices, including ciphers that support [forward secrecy](https://en.wikipedia.org/wiki/Forward_secrecy), and [HTTP Strict Transport Security](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security). **This is not exhaustive**: use tools like [SSL Labs](https://www.ssllabs.com/ssltest/analyze.html) to evaluate an API's HTTPS configuration.
For an existing API that runs over plain HTTP, the first step is to add HTTPS support, and update the documentation to declare it the default, use it in examples, etc.

0 comments on commit fdea42e

Please sign in to comment.