From 2e194006b8a2248d6db288de9677a1564a2e7e46 Mon Sep 17 00:00:00 2001 From: Marc Morera Date: Fri, 9 Aug 2019 19:20:43 +0200 Subject: [PATCH] Added referrer to client --- Http/AsyncTestClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Http/AsyncTestClient.php b/Http/AsyncTestClient.php index 01642d7..7d23938 100644 --- a/Http/AsyncTestClient.php +++ b/Http/AsyncTestClient.php @@ -91,6 +91,7 @@ public function get( [], array_merge($headersFormatted, [ 'CONTENT_TYPE' => 'application/json', + 'HTTP_REFERER' => 'http://localhost', ]), json_encode($requestParts->getParameters()['json']) );