File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,10 @@ recommendations above.
170170# # Implement Relevant Protocols
171171
172172Clients SHOULD support and query for HTTPS records {{!RFC9460}} when
173- establishing a connection and SHOULD respect HSTS headers {{!RFC6797}} received
173+ establishing a connection. This gives servers an opportunity to provide more
174+ complete information about capabilities, some of which are security-relevant.
175+
176+ Clients SHOULD respect HSTS headers {{!RFC6797}} received
174177from a server. This includes implementing persistent storage of HSTS indications
175178received from the server.
176179
@@ -185,8 +188,10 @@ token whose value begins with "secret-token:" over an insecure channel.
185188When authentication is used, clients SHOULD require an explicit indication from
186189the user or caller that an insecure context is expected which is distinct from
187190the provided URI. Depending on the interface, this might be a UI preference or
188- an API flag. Without such an indication, attempts to send credentials should
189- fail without producing any network traffic.
191+ an API flag.
192+
193+ Absent such an indication, clients of HTTP APIs MUST implement and use HTTPS
194+ exclusively.
190195
191196# Security Considerations
192197
You can’t perform that action at this time.
0 commit comments