We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a23d90 + 2e19400 commit 41c0081Copy full SHA for 41c0081
Http/AsyncTestClient.php
@@ -91,6 +91,7 @@ public function get(
91
[],
92
array_merge($headersFormatted, [
93
'CONTENT_TYPE' => 'application/json',
94
+ 'HTTP_REFERER' => 'http://localhost',
95
]),
96
json_encode($requestParts->getParameters()['json'])
97
);
0 commit comments