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