It’s as I wrote. I want to use the provided PHP Api. The PHP server ist on another network. For access to seatable you have do set a proxy but the CURLOPT_PROXY option is ignored when I use it.
To get it working I had zu edit your provided code (set the proxy in CurlHttpOptions.php in __construct function hardcoded).
Hi Peter, thanks for your posting, and I’m glad I finally found it.
Proxy settings are certainly useful. Can you briefly summarise which options you used (other than CURLOPT_PROXY?) and share the example values used (please remove private data)?
Then a future version of the library could support this directly via the $options array.