proxy-basic.md (542B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: proxy-basic 5 Help: Use Basic authentication on the proxy 6 Category: proxy auth 7 Added: 7.12.0 8 Multi: mutex 9 See-also: 10 - proxy 11 - proxy-anyauth 12 - proxy-digest 13 Example: 14 - --proxy-basic --proxy-user user:passwd -x proxy $URL 15 --- 16 17 # `--proxy-basic` 18 19 Use HTTP Basic authentication when communicating with the given proxy. Use 20 --basic for enabling HTTP Basic with a remote host. Basic is the default 21 authentication method curl uses with proxies.