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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Limit which protocols are used for redirection.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 2.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
curl | The CURL session handle. | $curl |
Value | The bitmask defining which protocols to use. | 1 |
Returns "OK" on success.
HTTP | 1 |
FTP | 4 |
FTPS | 8 |
SCP | 16 |
SFTP | 32 |
TELNET | 64 |
LDAP | 128 |
LDAPS | 256 |
DICT | 512 |
FILE | 1024 |
TFTP | 2048 |
IMAP | 4096 |
IMAPS | 8192 |
POP3 | 16384 |
POP3S | 32768 |
SMTP | 65536 |
SMTPS | 131072 |
RTSP | 262144 |
ALL | -1 |
See also REDIR_PROTOCOLS option in CURL manual.
Created 18th August 2014, last changed 18th August 2014
CURL.SetOptionRange - CURL.SetOptionReferer
Feedback: Report problem or ask question.