Results 1 to 3 of 3

Thread: Sample for Digest Authentication with HTTPInvoker

  1. #1
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    9

    Default 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

  2. #2
    Join Date
    Jul 2005
    Posts
    5

    Default

    As I know DigestHttpInvokerRequestExecutor isn't exists, there was small discussion on mailing lists: http://sourceforge.net/mailarchive/f...forum_id=40659

  3. #3
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    See also my post at http://forum.springframework.org/showthread.php?t=22654 regarding the benefits of Digest vs BASIC.
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •