master-server/deps/curl/docs/cmdline-opts/proxy-anyauth.md

21 lines
504 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
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
2024-05-15 15:20:32 -04:00
See-also:
- proxy
- proxy-basic
- proxy-digest
Example:
- --proxy-anyauth --proxy-user user:passwd -x proxy $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--proxy-anyauth`
Automatically pick a suitable authentication method when communicating with
2023-12-11 20:30:44 -05:00
the given HTTP proxy. This might cause an extra request/response round-trip.