comparison mupdf-source/thirdparty/curl/docs/cmdline-opts/proxy-user.d @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 Long: proxy-user
2 Short: U
3 Arg: <user:password>
4 Help: Proxy user and password
5 ---
6 Specify the user name and password to use for proxy authentication.
7
8 If you use a Windows SSPI-enabled curl binary and do either Negotiate or NTLM
9 authentication then you can tell curl to select the user name and password
10 from your environment by specifying a single colon with this option: "-U :".
11
12 On systems where it works, curl will hide the given option argument from
13 process listings. This is not enough to protect credentials from possibly
14 getting seen by other users on the same system as they will still be visible
15 for a brief moment before cleared. Such sensitive data should be retrieved
16 from a file instead or similar and never used in clear text in a command line.
17
18 If this option is used several times, the last one will be used.