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
Hi,
mx.nic.rdap.server.result.DomainResult class constructor adds single hard coded RdapConformance - rdap_level_0
as per https://www.icann.org/en/system/files/files/rdap-response-profile-15feb19-en.pdf
icann_rdap_response_profile_0 need to be added confirming to below response
"rdapConformance": [ "rdap_level_0", "icann_rdap_response_profile_0", "icann_rdap_technical_implementation_guide_0" ]
would you provide the fix in mx.nic.rdap.server.result.DomainResult for the same
Thanks & Regards Satish
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
mx.nic.rdap.server.result.DomainResult class constructor adds single hard coded RdapConformance - rdap_level_0
as per https://www.icann.org/en/system/files/files/rdap-response-profile-15feb19-en.pdf
icann_rdap_response_profile_0 need to be added confirming to below response
"rdapConformance": [
"rdap_level_0",
"icann_rdap_response_profile_0",
"icann_rdap_technical_implementation_guide_0"
]
would you provide the fix in mx.nic.rdap.server.result.DomainResult for the same
Thanks & Regards
Satish
The text was updated successfully, but these errors were encountered: