Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #345 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Client Digest Authentication Implemented

Reported by: user Assigned to: nahi
Priority: high Milestone: 1.5.7
Component: soap4r Version: 1.5
Keywords: digest, authentication, md5 Cc:

Description

I have develop for Assembla a small patch to use client digest authentication on soap. We will like to help you with the development of soap4r so you can find it here: http://tools.assembla.com/breakout/wiki/DigestForSoap

This patch affects also http-acces2 source files

Change History

05/26/07 07:27:50 changed by nahi

  • milestone changed from undefined to 1.5.6.

05/28/07 12:09:37 changed by nahi

  • priority changed from highest to high.
  • milestone changed from 1.5.6 to undefined.

It requires http-access/2.0.8 to be released first.

06/08/07 12:46:22 changed by nahi

  • milestone changed from undefined to 1.5.7.

07/01/07 00:40:31 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1869]) * added 'protocol.http.auth' option to set authentication information for both BasicAuth? and DigestAuth?. with the latest http-access2, now soap4r client can connect to DigestAuth? server. closes #345.