We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d180045 commit afcff52Copy full SHA for afcff52
src/Http/CurlDispatcher.php
@@ -91,7 +91,7 @@ public function dispatch(Url $url)
91
if (!empty($extension) && isset(self::$acceptHeaders[$extension])) {
92
$options[CURLOPT_HTTPHEADER] = ['Accept: '.self::$acceptHeaders[$extension]];
93
} else {
94
- $options[CURLOPT_HTTPHEADER] = ['Accept: text/html'];
+ $options[CURLOPT_HTTPHEADER] = ['Accept: */*'];
95
}
96
97
$response = $this->exec($url, $options);
0 commit comments