Hi @all,
I have a webservice on a server with digest authentication. To manage the connection I'm using the HttpClient object and the ExecuteCredentials method. The documentation says:
"...Digest authentication is only supported for GET requests..."
Is there a workaround to use webservices with digest authentication?
Thank you!
I have a webservice on a server with digest authentication. To manage the connection I'm using the HttpClient object and the ExecuteCredentials method. The documentation says:
"...Digest authentication is only supported for GET requests..."
Is there a workaround to use webservices with digest authentication?
Thank you!