We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bd83b commit 392a417Copy full SHA for 392a417
proxy.php
@@ -137,6 +137,7 @@
137
138
// let the request begin
139
$ch = curl_init($request_url);
140
+array_push($request_headers, 'Expect:'); // Many hosts don't support 100-Expect
141
curl_setopt($ch, CURLOPT_HTTPHEADER, $request_headers); // (re-)send headers
142
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); // return response
143
curl_setopt($ch, CURLOPT_HEADER, true); // enabled response headers
0 commit comments