Welcome Guest, Not a member yet? Register   Sign In
Curlopt_proxy support
#1

Hello
i would like to use the culr codeigniter4 library and set the proxy.

i added this line inside the system/curlRequest.php under the function setCurlOption for my code to work .
Code:
$curl_options[CURLOPT_PROXY] = array_key_exists('proxy', $config) ? $config['proxy'] : '';

please could you add something to handle the curlopt_proxy?

thank you.
Reply


Messages In This Thread
Curlopt_proxy support - by jjinkou2 - 07-09-2020, 03:45 AM
RE: Curlopt_proxy support - by MGatner - 07-14-2020, 04:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB