cancel
Showing results for 
Search instead for 
Did you mean: 

How to authenticate by DIGEST auth. method?

Former Member
0 Kudos

Hi,

I want to consume a webservice which does only support DIGEST authentication.

I am using th cl_http_client normaly for communicating with simple services. This class only supports BASIC Authentication. I tried to get the headers and implement the RFC myself but seems it won't work. I can not get the header before the connection is finally closed.

Can anybody give me a hint or show me how I can authenticate via DIGEST?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Did you find a solution ?

benediktn
Explorer
0 Kudos

There was a solution but I don't have access anymore so I need to tell you from my memories.

As far as I remember there was a parameter in one of the webservice classes, but I am not sure. I didn't fix it myself at that time otherwise I would have posted the answer.

Sorry.