aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proxy-anyauth.md
blob: dcb3952ef236e6148bcfc2882aa4ae2103158ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: proxy-anyauth
Help: Pick any proxy authentication method
Added: 7.13.2
Category: proxy auth
Multi: mutex
See-also:
  - proxy
  - proxy-basic
  - proxy-digest
Example:
  - --proxy-anyauth --proxy-user user:passwd -x proxy $URL
---

# `--proxy-anyauth`

Tells curl to pick a suitable authentication method when communicating with
the given HTTP proxy. This might cause an extra request/response round-trip.