From 60223a733883656b57b0737e1c77707cd23551f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Wed, 12 Nov 2025 20:30:06 +0100 Subject: [PATCH] fix: forgive me --- src/Service/RDAPService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/RDAPService.php b/src/Service/RDAPService.php index 6a1a261..9d7b8ca 100644 --- a/src/Service/RDAPService.php +++ b/src/Service/RDAPService.php @@ -251,7 +251,7 @@ class RDAPService ]); try { - $req = $this->client->request('GET', 'http://localhost:3000'); + $req = $this->client->request('GET', $rdapServerUrl.'domain/'.$idnDomain); $this->statService->incrementStat('stats.rdap_queries.count'); return $req->toArray();