Hi Sid,

Yes, HttpClient already handles Digest authentication for you. Please take a look at the authentication docs <http://jakarta.apache.org/commons/httpclient/authentication.html>. You just need to provide credentials.

Mike

On Jan 21, 2004, at 4:31 PM, Sid Subr wrote:

would it be possibe to the following

send a request to web server . get authentication
response. read the response use the nonce and create
the digest with the nonce and then send out the
request again with the authorization digest


--- Michael Becke <[EMAIL PROTECTED]> wrote:
Hi Sid,

Take a look at the DigestScheme

<http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/

commons/httpclient/auth/DigestScheme.html>.


Mike

On Jan 21, 2004, at 1:37 PM, Sid Subr wrote:

does httpclient have an API for creating a
Authentication Digest? if so what all does it need
for
that apart from the realm, username and the
password?

__________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus"
Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus



---------------------------------------------------------------------
To unsubscribe, e-mail:


[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail:

[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]



__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to