Rank: Newbie Groups: Member
Joined: 10/8/2020 Posts: 1
|
Dear Team, In ArchestrA we got this EO.WebBrowser as a default app. In side this we are trying to call a website. Below is the problem of the description we are facing.
1. When Site don't have any authentication Web Browser loads the site without any issues. 2. When Windows authentication is enabled site stops loading in the control either it is hosted as http or https also.
Please let me know if you got any issue of this kind already. I have gone through earlier questions list already.
Let me know if any more details required.
Thanks & Regards, Kranthi M.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, This can be normal if the credential used by your calling process is rejected by your web server. You can explicitly specify which Windows user to use by calling this method: https://www.essentialobjects.com/doc/eo.webengine.engine.start_overload_1.aspxYou can then use this engine when you create WebView and the WebView will use the identify you provided for Windows authentication. Thanks!
|