Hi,
We have to show a webpage in our application that requires basic authentication.
How can I specify the basic authentication information for the request headers in the new WebBrowser control?
Regards,
René
Hi,
We have to show a webpage in our application that requires basic authentication.
How can I specify the basic authentication information for the request headers in the new WebBrowser control?
Regards,
René
PB 2019 R3 supports both basic and digest authentication for the Chromium WebBrowser control as well as other enhancements: https://docs.appeon.com/pb2019r3/whats_new/WebBrowser_enhancements.html
René Ullrich - Thank you for bringing this up. We are on the same boat as well. We send a Base 64 Encoded credential on the old MS web browser control and there is no way to do that in 2019 R2 yet.
Chris, really appreciate, if you have an update on this ticket.
Thanks guys!
Hi Roland and Chris,
I created a support ticket.
Thank you!
René
Hi René;
I do not believe that this is currently supported. Please create a PB2019 R2 beta Support Ticket outlining this deficiency so that Appeon Engineering can address this issue. You have a good point.
Regards ... Chris
Since it is based on Chromium, it will be compatible with the Chrome browser.
For your specific question about headers, I'm not sure what that has to do with the upcoming browser control, that is something usually done when calling a web service via HTTPClient.
I've seen the new enchancement in Beta. But I'm still missing a method to authenticate automatically (e.g. specify the credentials by script and not by login window).