mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-07-02 12:17:47 +02:00
Capitalize some shoulds
Signed-off-by: Hagen Echzell <hagene@uio.no>
This commit is contained in:
parent
60df211b7a
commit
f33aaa1be4
|
|
@ -438,7 +438,7 @@ The flow for auto-discovery is as follows:
|
|||
Matrix ID at the first colon.
|
||||
2. Extract the hostname from the server name as described by the [grammar](/appendices/#server-name).
|
||||
3. Make a GET request to `https://hostname/.well-known/matrix/client`.
|
||||
{{% added-in v="1.19" %}} 30x redirects should be followed, however redirection loops should be avoided.
|
||||
{{% added-in v="1.19" %}} 30x redirects SHOULD be followed, however redirection loops should be avoided.
|
||||
1. If the returned status code is 404, then `IGNORE`.
|
||||
2. If the returned status code is not 200, or the response body is
|
||||
empty, then `FAIL_PROMPT`.
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ paths:
|
|||
summary: Gets Matrix server discovery information about the domain.
|
||||
description: |-
|
||||
Gets discovery information about the domain.
|
||||
{{% added-in v="1.19" %}} Clients should follow 30x redirects, carefully
|
||||
{{% added-in v="1.19" %}} Clients SHOULD follow 30x redirects, carefully
|
||||
avoiding redirect loops, and use normal X.509 certificate validation.
|
||||
|
||||
The file may include
|
||||
|
|
|
|||
Loading…
Reference in a new issue