We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when somebody want to send xmr to a domain.(openalias)
browser will use this api to resolve domain: https://cloudflare-dns.com/dns-query?ct=application/dns-json&name=xxxxxx&type=TXT
https://cloudflare-dns.com/dns-query?ct=application/dns-json&name=xxxxxx&type=TXT
this api will return http 400, because the correct usage is:
curl -H 'accept: application/dns-json' 'https://cloudflare-dns.com/dns-query?name=example.com&type=AAAA'
should set header accept: application/dns-json for this api.
accept: application/dns-json
https://github.com/mymonero/mymonero-app-js/blob/ee23579bfabdfefdf18adf10d733f8c895bd07ca/local_modules/OpenAlias/TXTResolver.web.js
The text was updated successfully, but these errors were encountered:
Hi there. Thank you for reporting this.
I've tested our latest release, v1.2.7, and it resolves donate.getmonero.org without any issue.
Please try update to the latest desktop release and see if this solves your problem
Sorry, something went wrong.
i try it on https://wallet.mymonero.com/ , the api return 400
Thanks for letting us know. I've moved this into the web repository, and will address it
Copy that. Thanks.
No branches or pull requests
when somebody want to send xmr to a domain.(openalias)
browser will use this api to resolve domain:
https://cloudflare-dns.com/dns-query?ct=application/dns-json&name=xxxxxx&type=TXT
this api will return http 400, because the correct usage is:
curl -H 'accept: application/dns-json' 'https://cloudflare-dns.com/dns-query?name=example.com&type=AAAA'
should set header
accept: application/dns-json
for this api.https://github.com/mymonero/mymonero-app-js/blob/ee23579bfabdfefdf18adf10d733f8c895bd07ca/local_modules/OpenAlias/TXTResolver.web.js
The text was updated successfully, but these errors were encountered: