Overview [1][2]#
DNS Queries over HTTPS is an Internet Draft presented by Mozilla on DNS Queries over HTTPS (DNS over HTTPS)Cloudflare has a Resolver#
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" } ] }
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.
More Information#
There might be more information for this subject on one of the following:- [#1] - A blazing fast DNS resolver built for private browsing.
- based on information obtained 2018-06-03-
- [#2] - DNS Queries over HTTPS (DOH)
- based on information obtained 2018-06-03-