Questions tagged as 'guzzle'

1
answer

Understanding Guzzle: error that I do not understand

I'm trying to convert a code that works, to its version with Guzzle, but I do not get the desired result, and I think it's because of a lack of understanding of Guzzle v6. If I execute the following code $postfields = array( 'identifier...
asked by 14.11.2018 / 18:21
1
answer

curl 60: SSL certificate problem: unable to get local issuer certificate [url] https://identity.api.rackspacecloud.com/v2.0/tokens

Recent Rackspace has updated its SSL certificates for some services services, one of which is OpenCloud that stores files. Some developers that have been using the php-opencloud module have been experiencing errors like this:    [curl]...
asked by 19.06.2018 / 22:17
0
answers

Error requesting with Guzzle and Laravel

I have this code that was working correctly for me, which basically is a call to an api with a user and a password, to get a TOKEN: $client1 = new Client(['cookies' => true]); $headers1 = array('Content-Type: application/x-www-form-URLencod...
asked by 28.11.2018 / 20:37
2
answers

cURL error 56: Recv failure: Connection was reset

I'm getting data from a csv (approx 9450 rows), and sending it by Guzzle from a Laravel 5.4 to a Lumen 5.4, but when I try to do it, I get this error "cURL error 56: Recv failure: Connection was reset" I use 2 local servers, the native of lar...
asked by 26.08.2018 / 03:12