CURL and clearing query after send |
Hi,
I'm using `curlrequest` but I found a problem. When we use a service `curlrequest` we could set an option for the client. For API which I'm trying to call auth is passed as a query params so I set options like this: PHP Code: $client = \Config\Services::curlrequest([ and everything works ok for the first request but next don't get that `query` option because it's cleared in `system/HTTP/CURLRequest.php:429`. It's this part of code: PHP Code: public function send(string $method, string $url) and I'm not sure if it's proper behavior? |
Messages In This Thread |
CURL and clearing query after send - by Michal_PB1 - 08-25-2020, 02:20 PM
RE: CURL and clearing query after send - by Chroma - 08-27-2020, 04:46 AM
RE: CURL and clearing query after send - by Michal_PB1 - 08-27-2020, 05:08 AM
RE: CURL and clearing query after send - by Chroma - 08-27-2020, 06:12 AM
|