webrd
webrd
CDCloudflare Developers
Created by webrd on 11/16/2023 in #general-help
Unable to add some domains in Cloudflare
When trying to add some IDN domains, either in unicode or punycode format, Cloudflare returns different errors: An example is below: Punycode format - xn--0z9h.to
{
"success": false,
"errors": [
{
"code": 1099,
"message": "We were unable to identify xn--0z9h.to as a registered domain. Please ensure you are providing the root domain and not any subdomains (e.g., example.com, not subdomain.example.com)"
}
],
"messages": [],
"result": null
}
{
"success": false,
"errors": [
{
"code": 1099,
"message": "We were unable to identify xn--0z9h.to as a registered domain. Please ensure you are providing the root domain and not any subdomains (e.g., example.com, not subdomain.example.com)"
}
],
"messages": [],
"result": null
}
Unicode format - 🩶.to
{
"success": false,
"errors": [
{
"code": 1105,
"message": "You attempted to add this domain too many times within a short period. Wait at least 3 hours and try adding it again."
}
],
"messages": [],
"result": null
}
{
"success": false,
"errors": [
{
"code": 1105,
"message": "You attempted to add this domain too many times within a short period. Wait at least 3 hours and try adding it again."
}
],
"messages": [],
"result": null
}
I would like to be able to add similar domains to this to Cloudflare. They seem to be part of Unicode 14 and Unicode 15.
27 replies