proxy-digest.md (468B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: proxy-digest 5 Help: Digest auth with the proxy 6 Category: proxy tls 7 Added: 7.12.0 8 Multi: mutex 9 See-also: 10 - proxy 11 - proxy-anyauth 12 - proxy-basic 13 Example: 14 - --proxy-digest --proxy-user user:passwd -x proxy $URL 15 --- 16 17 # `--proxy-digest` 18 19 Use HTTP Digest authentication when communicating with the given proxy. Use 20 --digest for enabling HTTP Digest with a remote host.