blob: c215ad7462b395ccbd8d0317274e2edd7b60977a [file] [log] [blame]
xf.libfc6e712025-02-07 01:54:34 -08001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: proxy-anyauth
4Help: Pick any proxy authentication method
5Added: 7.13.2
6See-also: proxy proxy-basic proxy-digest
7Category: proxy auth
8Example: --proxy-anyauth --proxy-user user:passwd -x proxy $URL
9Multi: mutex
10---
11Tells curl to pick a suitable authentication method when communicating with
12the given HTTP proxy. This might cause an extra request/response round-trip.