Welcome Guest, Not a member yet? Register   Sign In
How to use CURLOPT_INTERFACE in the CURLRequest Library
#1

(This post was last modified: 01-31-2025, 10:06 AM by mywebmanavgat.)

Code:
curl_setopt($curlh, CURLOPT_INTERFACE, "xxx.xxx.xxx.xxx");
Is there a way to use the setting in the curl library of codeigniter 4 without changing the setCURLOptions method in the HTTP\CURLRequest.php file?


The setCURLOptions function does not support this instruction.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB