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

RDAP /entities Wildcard Behavior #1599

Open
BourgeoisBear opened this issue Nov 30, 2024 · 1 comment
Open

RDAP /entities Wildcard Behavior #1599

BourgeoisBear opened this issue Nov 30, 2024 · 1 comment

Comments

@BourgeoisBear
Copy link

Given a wildcard query as described in:

https://datatracker.ietf.org/doc/html/rfc9082#section-3.2.3

for a query of the pattern:

https://rdap.db.ripe.net/entities?fn=DIGITALOCEAN*

there is only one result:

EH3832-RIPE

but the same query without the wildcard:

https://rdap.db.ripe.net/entities?fn=DIGITALOCEAN

returns a larger result:

DI2361-RIPE
DI2362-RIPE
EH3832-RIPE
ORG-DOI2-RIPE
PT7353-RIPE

I would expect the wildcard to return the larger result. As-is, RIPE's RDAP behavior is the opposite of ARIN's. The result is the same whether the asterisk is URL-encoded or not. I chose the non-encoded version since that is how the RFC specified the query.

@eshryane
Copy link
Member

eshryane commented Dec 3, 2024

Hi @BourgeoisBear thanks for your report, we will look into it

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