blob: 3856c49f3bef726b66d3e339a8e81fe1fdf9ca60 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: proxy-basic
4Help: Use Basic authentication on the proxy
5See-also: proxy proxy-anyauth proxy-digest
6Category: proxy auth
7Example: --proxy-basic --proxy-user user:passwd -x proxy $URL
8Added: 7.12.0
9Multi: mutex
10---
11Tells curl to use HTTP Basic authentication when communicating with the given
12proxy. Use --basic for enabling HTTP Basic with a remote host. Basic is the
13default authentication method curl uses with proxies.