guzzle
This commit is contained in:
@@ -105,7 +105,7 @@ class Esi {
|
|||||||
if($currentTime > $token_expiration) {
|
if($currentTime > $token_expiration) {
|
||||||
//Setup the new guzzle client
|
//Setup the new guzzle client
|
||||||
$guzzle = new Client();
|
$guzzle = new Client();
|
||||||
$response = $client->request('POST', 'https://login.eveonline.com/v2/oauth/token', [
|
$response = $guzzle->request('POST', 'https://login.eveonline.com/v2/oauth/token', [
|
||||||
'Content-Type' => 'application/x-www-form-urlencoded',
|
'Content-Type' => 'application/x-www-form-urlencoded',
|
||||||
'Host' => 'login.eveonline.com',
|
'Host' => 'login.eveonline.com',
|
||||||
'Authorization' => base64_encode("Basic " . $config['client_id'] . ":" . $config['secret']),
|
'Authorization' => base64_encode("Basic " . $config['client_id'] . ":" . $config['secret']),
|
||||||
|
|||||||
Reference in New Issue
Block a user