Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Commit a553e85

Browse files
keichan34txase
authored andcommitted
Fix redirecting from PHP
1 parent 5afa317 commit a553e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ while (true) {
145145

146146
$ch = curl_init("http://localhost:8000$uri");
147147

148-
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
148+
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, FALSE);
149149

150150
if (array_key_exists('multiValueHeaders', $event)) {
151151
$headers = array();

0 commit comments

Comments
 (0)