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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Disallow specifying username/login in URL.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 8.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
curl | The CURL session handle. | $curl |
Value | The option value. Can be 1 to disable or 0 to enable. |
1 |
Returns OK or error.
See also DISALLOW_USERNAME_IN_URL option in CURL manual.
Enable passwords in the URL:
MBS( "CURL.SetOptionDisallowUserNameInURL"; $curl; 1 )
Created 11st July 2018, last changed 5th October 2018