Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CURL.SetOptionHTTPProxyTunnel
Set to 1 to make the library tunnel all operations through a given HTTP proxy.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 2.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.SetOptionHTTPProxyTunnel"; curl; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | Whether to tunnel or not. (1 to tunnel, 0 to not tunnel) | 1 |
Result
Returns "OK" on success.
Description
Set to 1 to make the library tunnel all operations through a given HTTP proxy.There is a big difference between using a proxy and to tunnel through it. If you don't know what this means, you probably don't want this tunneling option.
See also HTTPPROXYTUNNEL option in CURL manual.
See also
Created 18th August 2014, last changed 18th August 2014
CURL.SetOptionHTTPHeader - CURL.SetOptionHTTPTransferDecoding
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins