curl-w32/docs/cmdline-opts/proxy-basic.md

556 B

c SPDX-License-Identifier Long Help Category Added Multi See-also Example
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. curl proxy-basic Use Basic authentication on the proxy proxy auth 7.12.0 mutex
proxy
proxy-anyauth
proxy-digest
--proxy-basic --proxy-user user:passwd -x proxy $URL

--proxy-basic

Tells curl to use HTTP Basic authentication when communicating with the given proxy. Use --basic for enabling HTTP Basic with a remote host. Basic is the default authentication method curl uses with proxies.