File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -218,13 +218,13 @@ The name in the DNS name part points to a set of DNS records.
218218A TEI with ` domain-name ` ` tea.example.com ` queries DNS for ` tea.example.com ` , considering ` A ` , ` AAAA ` and ` CNAME ` records.
219219These point to the hosts available for the Transparency Exchange API.
220220
221- The TEA client connects to the host using HTTPS and validates the certificate.
222- The URI is composed of the name with the ` /.well-known/tea ` prefix added.
221+ The TEA client connects to the host using HTTPS on the domain port specified in TEI and validates
222+ the certificate. The URL is composed of the host name and port with the ` /.well-known/tea ` path added.
223223
224- This results in the base URI
225- ` https://tea .example.com/.well-known/tea `
224+ This results in the base URL such as
225+ ` https://products .example.com:443 /.well-known/tea `
226226
227- This URI must contain static json that lists the available TEA server endpoints and supported versions.
227+ This response must contain json object that lists the available TEA server endpoints and supported versions.
228228The json must conform to the [ TEA Well-Known Schema] ( tea-well-known.schema.json ) .
229229
230230Example:
You can’t perform that action at this time.
0 commit comments