proxy-anyauth.md (504B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: proxy-anyauth 5 Help: Pick any proxy authentication method 6 Added: 7.13.2 7 Category: proxy auth 8 Multi: mutex 9 See-also: 10 - proxy 11 - proxy-basic 12 - proxy-digest 13 Example: 14 - --proxy-anyauth --proxy-user user:passwd -x proxy $URL 15 --- 16 17 # `--proxy-anyauth` 18 19 Automatically pick a suitable authentication method when communicating with 20 the given HTTP proxy. This might cause an extra request/response round-trip.