Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CURL.SetOptionProxyHeader
Set list of headers used for proxy requests only.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "CURL.SetOptionProxyHeader"; curl; Value... ) More
Parameters
Parameter | Description | Example |
---|---|---|
curl | The CURL session handle. | $curl |
Value... | The option value. |
Result
Returns OK or error.
Description
Set list of headers used for proxy requests only.This function takes variable number of parameters. Pass as much parameters as needed separated by the semicolon in FileMaker.
Please repeat Value parameter as often as you need.
See also PROXYHEADER option in CURL manual.
See also
- CURL.GetOptionProxyHeader
- CURL.SetOptionProxyCAPath
- CURL.SetOptionProxyCRLFile
- CURL.SetOptionProxyIssuerCert
- CURL.SetOptionProxyPassword
- CURL.SetOptionProxyPort
- CURL.SetOptionProxySSLCert
- CURL.SetOptionProxySSLKey
- CURL.SetOptionProxyType
- CURL.SetOptionProxyUsername
Blog Entries
Created 15th April 2018, last changed 5th June 2021