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

TLD (domain zone) is case sensitive #90

Closed
TheRedTrainer opened this issue Apr 23, 2019 · 2 comments
Closed

TLD (domain zone) is case sensitive #90

TheRedTrainer opened this issue Apr 23, 2019 · 2 comments
Assignees

Comments

@TheRedTrainer
Copy link

If an user tries to query a domain but the TLD/domain zone is given in caps, the rdap server return the following response:

...
errorCode: 400,
description: [Invalid domain label: 'domain.orG'] 
...

despite the fact that 'domain.org' is a valid domain in rdap server's database

@dhfelix
Copy link
Contributor

dhfelix commented Apr 24, 2019

This issue happen when the flag "allow_labels_mixture" is set to false and an error in code.
The issue is solved in rdap-core

dhfelix added a commit to NICMx/rdap-core that referenced this issue Apr 24, 2019
@TheRedTrainer
Copy link
Author

Verified. If the user queries a domain changing the TLD case, the server ignores these changes and retrieves the domain anyway.

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

2 participants