@@ -120,7 +120,7 @@ relies on the client to implement persistent storage of the HSTS directive.
120120
121121Used together, however, both approaches make clients less likely to send any
122122requests over an insecure channel.
123- HTTP API servers with authenticated endpoints SHOULD
123+ HTTP API servers with authenticated endpoints SHOULD
124124employ both mechanisms.
125125
126126# # Connection Blocking
@@ -168,7 +168,7 @@ requests received over an insecure channel, regardless of the validity of the
168168presented credentials.
169169
170170Because a difference in behavior would enable attackers to guess and check
171- possible credentials, an HTTP API server MUST NOT return a different client
171+ possible credentials, an HTTP API server MUST NOT return a different client
172172response
173173between a valid or invalid credential presented over an insecure connection.
174174Differences in behavior MUST only be visible on subsequent use of the credential
@@ -198,7 +198,7 @@ recommendations above.
198198# # Implement Relevant Protocols
199199
200200Clients SHOULD support and query for HTTPS records {{!RFC9460}} when
201- establishing a connection. This gives HTTP API servers an opportunit
201+ establishing a connection. This gives HTTP API servers an opportunity
202202to provide more
203203complete information about capabilities, some of which are security-relevant.
204204
@@ -229,7 +229,7 @@ This entire document is about security of HTTP API interactions.
229229The behavior recommended in {{credential-revocation}} creates the potential for
230230a denial of service attack where an attacker guesses many possible credentials
231231over an unencrypted connection in hopes of discovering and revoking a valid one.
232- HTTP API ervers implementing this mitigation MUST also guard against such attacks, such
232+ HTTP API servers implementing this mitigation MUST also guard against such attacks, such
233233as by limiting the number of requests before closing the connection and
234234rate-limiting the establishment of insecure connections.
235235
0 commit comments