From d01a6e7a21610856a9a0613c84328adc9e680c27 Mon Sep 17 00:00:00 2001 From: Pinga Date: Tue, 29 Apr 2025 10:13:36 +0300 Subject: [PATCH] Another RDAP update --- rdap/rdap_limited.php | 6 ++++-- rdap/start_rdap.php | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/rdap/rdap_limited.php b/rdap/rdap_limited.php index 82547cf..2f410a7 100644 --- a/rdap/rdap_limited.php +++ b/rdap/rdap_limited.php @@ -980,7 +980,8 @@ function handleEntityQuery($request, $response, $pdo, $entityHandle, $c, $log) { "publicIds" => [ [ "identifier" => (string)$registrarDetails['iana_id'], - "type" => "IANA Registrar ID" + "type" => "IANA Registrar ID", + "value" => (string)$registrarDetails['iana_id'] ] ], "roles" => ["registrar"], @@ -2899,7 +2900,8 @@ function handleEntitySearchQuery($request, $response, $pdo, $searchPattern, $c, "publicIds" => [ [ "identifier" => (string)$registrarDetails['iana_id'], - "type" => "IANA Registrar ID" + "type" => "IANA Registrar ID", + "value" => (string)$registrarDetails['iana_id'] ] ], "roles" => ["registrar"], diff --git a/rdap/start_rdap.php b/rdap/start_rdap.php index b1df2ec..909ce8d 100644 --- a/rdap/start_rdap.php +++ b/rdap/start_rdap.php @@ -980,7 +980,8 @@ function handleEntityQuery($request, $response, $pdo, $entityHandle, $c, $log) { "publicIds" => [ [ "identifier" => (string)$registrarDetails['iana_id'], - "type" => "IANA Registrar ID" + "type" => "IANA Registrar ID", + "value" => (string)$registrarDetails['iana_id'] ] ], "roles" => ["registrar"], @@ -2899,7 +2900,8 @@ function handleEntitySearchQuery($request, $response, $pdo, $searchPattern, $c, "publicIds" => [ [ "identifier" => (string)$registrarDetails['iana_id'], - "type" => "IANA Registrar ID" + "type" => "IANA Registrar ID", + "value" => (string)$registrarDetails['iana_id'] ] ], "roles" => ["registrar"],