mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-26 16:03:46 +01:00
Update specification/server_server_api.rst
Co-Authored-By: turt2live <travpc@gmail.com>
This commit is contained in:
parent
1c30f5eba9
commit
39b71413be
|
|
@ -112,7 +112,7 @@ The process overall is as follows:
|
||||||
Requests must be made with a ``Host`` header containing the IP address,
|
Requests must be made with a ``Host`` header containing the IP address,
|
||||||
without port.
|
without port.
|
||||||
|
|
||||||
2. If the hostname is not an IP literal, and has an explicit port given,
|
2. If the hostname is not an IP literal, and the server name includes an explicit port,
|
||||||
resolve the IP address using AAAA or A records. Requests are made to
|
resolve the IP address using AAAA or A records. Requests are made to
|
||||||
the resolved IP address and given port with a ``Host`` header of the
|
the resolved IP address and given port with a ``Host`` header of the
|
||||||
original hostname (with port). The target server must present a valid
|
original hostname (with port). The target server must present a valid
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue