aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proxy-digest.md
blob: 052b67b7f73e27431c507b0359fd0e289caf0db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: proxy-digest
Help: Use Digest authentication on the proxy
Category: proxy tls
Added: 7.12.0
Multi: mutex
See-also:
  - proxy
  - proxy-anyauth
  - proxy-basic
Example:
  - --proxy-digest --proxy-user user:passwd -x proxy $URL
---

# `--proxy-digest`

Tells curl to use HTTP Digest authentication when communicating with the given
proxy. Use --digest for enabling HTTP Digest with a remote host.