-
Feb 22nd, 2006, 07:46 AM
#1
Sample for Digest Authentication with HTTPInvoker
Hi there,
can anybody please give me a working sample for an digest authentication in combination with http invoker? I have to communicate with a server side app using http invoker. For the authentication part I have to use digest authentication.
I looked at the contact manager sample which uses the http invoker together with basic authorization. Therefore the class AuthenticationSimpleHttpInvokerRequestExecutor adds the relevant header to the request.
IMHO I will need some kind of DigestHttpInvokerRequestExecutor which adds the digest authentication stuff to the header. If this is the right approach, can anybody please tell me how to do this? If not what steps are necessary to get this working?
Thanks in advance, best regards
Harald
-
Feb 24th, 2006, 11:48 AM
#2
As I know DigestHttpInvokerRequestExecutor isn't exists, there was small discussion on mailing lists: http://sourceforge.net/mailarchive/f...forum_id=40659
-
Mar 6th, 2006, 08:08 AM
#3
See also my post at http://forum.springframework.org/showthread.php?t=22654 regarding the benefits of Digest vs BASIC.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules