blob: f8a56fac9d283ebbc200b846d6cf07195154192c [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: proxy-digest
4Help: Use Digest authentication on the proxy
5See-also: proxy proxy-anyauth proxy-basic
6Category: proxy tls
7Example: --proxy-digest --proxy-user user:passwd -x proxy $URL
8Added: 7.12.0
9Multi: mutex
10---
11Tells curl to use HTTP Digest authentication when communicating with the given
12proxy. Use --digest for enabling HTTP Digest with a remote host.