xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: proxy-basic |
| 4 | Help: Use Basic authentication on the proxy |
| 5 | See-also: proxy proxy-anyauth proxy-digest |
| 6 | Category: proxy auth |
| 7 | Example: --proxy-basic --proxy-user user:passwd -x proxy $URL |
| 8 | Added: 7.12.0 |
| 9 | Multi: mutex |
| 10 | --- |
| 11 | Tells curl to use HTTP Basic authentication when communicating with the given |
| 12 | proxy. Use --basic for enabling HTTP Basic with a remote host. Basic is the |
| 13 | default authentication method curl uses with proxies. |