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