curl-users
Getting curl to go all the way through proxy with digest authentication
Date: Tue, 21 Nov 2017 12:00:43 -0500
Both of you are correct. I reinstalled curl for Windows and am now on
version 7.53.1
when I ran C:\curl>curl -k --digest -u admin:password -x
https://192.168.102.102:443 -L https://192.168.102.102/quarters/reports/
-trace-ascii
I got the error:
curl: (4) Unsupported proxy 'https://192.168.102.102:443', libcurl is built
without the HTTPS-proxy support.
However when I dropped the "-x":
curl -k --digest -u admin:password https://192.168.102.102:443 -L
https://192.168.102.102/quarters/reports/ -trace-ascii
I got the logon page from the first URL and the json formatted response
body from the second url.
Thanks much for Your input.
-- [image: www.novetta.com] *James Jones* Software Engineer FBNC Email jjones2@novetta.com <http://www.novetta.com/> Office 910-243-6665
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2017-11-21