Tai Ho

Results 2 comments of Tai Ho

> I know how to use verifyClient in the backend, what I don't know is how I send the header from the client, I can't find any example to help...

`$client = new Client(); $guzzleClient = new \GuzzleHttp\Client(array( 'verify' => false )); $client->setClient($guzzleClient); $res = $client->request('GET', $url);`