Skip to content
New issue

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

infomaniak.com dns api accents #4148

Closed
reneluria opened this issue Jun 22, 2022 · 0 comments
Closed

infomaniak.com dns api accents #4148

reneluria opened this issue Jun 22, 2022 · 0 comments

Comments

@reneluria
Copy link
Contributor

Hello,
First of all, thank you for implementing the Infomaniak API in ACME!

I have a problem with a domain name with an accent. I wonder if the problem comes from the Infomaniak API or the script. I have tested for several days without finding a solution. By changing nameservers and script it worked (Cloudflare).
I suspect that the conversion punny-code / idn is not done.

When I make a call to the API with the domain name in punny-code

{
    "result": "success",
    "data": []
}

When I make a call to the api with the domain name in IDN

{
    "result": "success",
    "data": [
        {
            "id": [REDACTED],
            "account_id": [REDACTED],
            "service_id": 14,
            "service_name": "domain",
            "customer_name": "[REDACTED]",
            "internal_name": null,
            "created_at": [REDACTED],
            "expired_at": [REDACTED],
            "version": 1,
            "maintenance": false,
            "locked": false,
            "operation_in_progress": false,
            "tags": [],
            "unique_id": [REDACTED],
            "description": "",
            "is_free": false,
            "is_zero_price": false,
            "is_trial": false,
            "is_in_app_subscription": false,
            "is_part_of_ksuite": false,
            "rights": {
                "technical": true
            }
        }
    ]
}

I know this is an edgecase, so if there is no solution, I will continue to use Cloudflare NS. (What I would like to avoid)

Originally posted by @8520456963 in #3188 (comment)

@reneluria reneluria closed this as not planned Won't fix, can't repro, duplicate, stale Jun 22, 2022
@reneluria reneluria reopened this Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant