You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response matching algorithm for matching a response to a case-folded response does not appear to be taking into account certain behaviors that are RDAP legal. Without digging into the code, it looks like it could be caused by such things as:
{
"title" : "REDACTED FOR PRIVACY",
"type" : "object redacted due to authorization"
}
vs
{
"type" : "object redacted due to authorization",
"title" : "REDACTED FOR PRIVACY"
}
or it may be caused by the "self" link where the href and/or value may differ from the non case-folded version:
The response matching algorithm for matching a response to a case-folded response does not appear to be taking into account certain behaviors that are RDAP legal. Without digging into the code, it looks like it could be caused by such things as:
vs
or it may be caused by the "self" link where the href and/or value may differ from the non case-folded version:
vs
The text was updated successfully, but these errors were encountered: