aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proxy-basic.d
blob: c651badc1009fb22a1ba3bd7d7677ce9f15758c8 (plain)
1
2
3
4
5
6
7
8
9
10
Long: proxy-basic
Help: Use Basic authentication on the proxy
See-also: proxy proxy-anyauth proxy-digest
Category: proxy auth
Example: --proxy-basic --proxy-user user:passwd -x proxy $URL
Added: 7.12.0
---
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.