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
#2

We had one attempted PR but it needed reworking and the author went missing: https://github.com/codeigniter4/CodeIgniter4/pull/2424

If you’d like to use that info to make an attempt at a PR I think this would be a good addition.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB