Dear Community,
I’m working with the PowerBuilder R3 Build 2703 and I want to navigate to an signin page with ntlm-Authentication via WebBrowserControl.
After input and confirmation the credentials it shows the popup for the authentication again and don’t show me an error.
I tried three methods of auth (Base, NTLM and Negotiate) and i get always this popup and not an error.
A Request via HttpClient with the same credentials works.
Is it possible to customize the header from the browsercontrol that i can send the credentials with the sending the URL from the page.
I want to define the credentials in the script that the user don't type the credetials manually in the Webbrowsercontrol