mirror of
https://github.com/php-win-ext/php-sdk-binary-tools.git
synced 2026-03-24 09:02:12 +01:00
Compare commits
2 Commits
php-sdk-2.
...
php-sdk-2.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6732622355 | ||
|
|
c705dce0c0 |
@@ -146,7 +146,7 @@ retry:
|
||||
var_dump(curl_setopt($ch, CURLOPT_HTTPHEADER, ['Accept: text/plain','X-custom-header: top1','Authorization: Bearer '.$token]));
|
||||
}
|
||||
|
||||
curl_setopt($ch, CURLOPT_USERAGENT, 'test');
|
||||
curl_setopt($ch, CURLOPT_USERAGENT, 'PHP-SDK-BINARY-TOOLS');
|
||||
//curl_setopt($ch, CURLOPT_USERAGENT, Config::getSdkUserAgentName());
|
||||
|
||||
echo "curl_error=". curl_error($ch) ."\n";
|
||||
|
||||
Reference in New Issue
Block a user