If I run the HttpClient Digest authentication sample (as modified 
here<http://stackoverflow.com/questions/41337576/apache-http-client-sample-failing-for-digest-authentication/41362679#41362679>),
 it works. But if I run it using Fiddler (uncomment the line .setProxy(new 
HttpHost("127.0.0.1", 8888))) I get a 401.



I can use a browser to do the same with Fiddler and it works.

Why the problem for the sample code?

Reply via email to