Skip to content

Commit 2e19400

Browse files
authored
Added referrer to client
1 parent 8a23d90 commit 2e19400

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)