• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: proxy-digest
5Help: Use Digest authentication on 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
19Tells curl to use HTTP Digest authentication when communicating with the given
20proxy. Use --digest for enabling HTTP Digest with a remote host.
21