- Jim Reese
- PowerBuilder
- Monday, 28 November 2022 02:13 PM UTC
Preparing to migrate our app to PB 2022, rewriting code using the discontinued SOAPConnection to use HTTPClient object. Existing code uses conn.useintegratedwindowsauthentication(true) to connect with integrated windows authentication.
How can this be implemented via HTTPClient, which according to the documentation, says: "PowerBuilder supports the Basic HTTP authentication theme (see Example 2 (using HTTPClient)), and does not support the following HTTP authentication themes: Digest, NTLM, Passport, and Negotiate."
Is there a way to use integrated windows authentication with the HTTPClient object? If not, how can we migrate our code if that is the only way the service supports authentication?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.