We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e334e5e commit 7b8bf34Copy full SHA for 7b8bf34
1 file changed
lib/WebDriver/Service/CurlService.php
@@ -38,8 +38,8 @@ class CurlService implements CurlServiceInterface
38
public function execute($requestMethod, $url, $parameters = null, $extraOptions = array())
39
{
40
$customHeaders = array(
41
- 'Content-Type: application/json;charset=UTF-8',
42
- 'Accept: application/json;charset=UTF-8',
+ 'Content-Type: application/json;charset=utf-8',
+ 'Accept: application/json',
43
);
44
45
$curl = curl_init($url);
0 commit comments