T ticasse Member Licensed User Longtime User May 24, 2013 #1 Hi, Is there any example on how to access a soap webservice using digest auth ? I tried using job.Username & job.Password but I still receive the error Unauthorized. Thanks
Hi, Is there any example on how to access a soap webservice using digest auth ? I tried using job.Username & job.Password but I still receive the error Unauthorized. Thanks
Erel B4X founder Staff member Licensed User Longtime User May 25, 2013 #2 The problem is that currently POST methods only support basic authentication. I will look into adding support for this in the near future. Upvote 0
The problem is that currently POST methods only support basic authentication. I will look into adding support for this in the near future.
T ticasse Member Licensed User Longtime User May 25, 2013 #3 Oh ok, I'll wait a bit on this project then. Thanks Erel Upvote 0