Skip to content

Commit 41c0081

Browse files
authored
Merge pull request #108 from apisearch-io/mmoreram-patch-1
Added referrer to client
2 parents 8a23d90 + 2e19400 commit 41c0081

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Http/AsyncTestClient.php

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public function get(
9191
[],
9292
array_merge($headersFormatted, [
9393
'CONTENT_TYPE' => 'application/json',
94+
'HTTP_REFERER' => 'http://localhost',
9495
]),
9596
json_encode($requestParts->getParameters()['json'])
9697
);

0 commit comments

Comments
 (0)