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
Some 404 error responses for domains?name don't serve the same content. For example, the following query
http://localhost:8080/rdap-server/domains?name=*-*
provides this response:
{ "rdapConformance": [ "rdap_level_0" ], "errorCode": "404", "title": "Object not found" }
And this query
http://localhost:8080/rdap-server/domains?name=,.
{ "rdapConformance": [ "rdap_level_0" ], "errorCode": "404", "title": "Object not found", "description": [ "Object not found." ] }
The first response includes only errorCode and title, the second response includes errorCode, title and description.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some 404 error responses for domains?name don't serve the same content. For example, the following query
http://localhost:8080/rdap-server/domains?name=*-*
provides this response:
And this query
http://localhost:8080/rdap-server/domains?name=,.
provides this response:
The first response includes only errorCode and title, the second response includes errorCode, title and description.
The text was updated successfully, but these errors were encountered: