Overview #
DNS Queries over HTTPS is an
Internet Draft presented by
Mozilla on
DNS Queries over
HTTPS (
DNS over HTTPS)
A Query similar to:
https://cloudflare-dns.com/dns-query?ct=application/dns-json&name=ldapwiki.com&type=AAAA
Returns:
{
"Status": 0,
"TC": false,
"RD": true,
"RA": true,
"AD": false,
"CD": false,
"Question": [
{
"name": "ldapwiki.com.",
"type": 28
}
],
"Authority": [
{
"name": "ldapwiki.com.",
"type": 6,
"TTL": 300,
"data": "ns-cloud-a1.googledomains.com. cloud-dns-hostmaster.google.com. 16 21600 3600 259200 300"
}
]
}
When LDAPWiki tried this:
https://cloudflare-dns.com/dns-query?name=ldapwiki.com&type=AAAA
using
HTTP Request Header Accept=application/dns-json and not using ?ct=application/dns-json also worked.
There might be more information for this subject on one of the following: