Rank: Newbie Groups: Member
Joined: 6/25/2019 Posts: 2
|
Hi
We have an issue with one of our integrations that shows web content using the EO Browser in a .Net desktop application. When this application uses windows authentication the browser component does not load its scripts and therefore does not work.
Anyone know what we need to do to get this working?
Cheers
Steve
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
You can try to troubleshoot the same problem with the regular Google Chrome browser first. If your page uses Windows authentication and you run in the same user session as Google Chrome, then it should behave the same as Google Chrome. Note that the login session are not shared between browsers. So for example, if you have already logged in Google Chrome but has never logged in through EO.WebBrowser, then you would need to login through EO.WebBrowser. In another word, the login session established by Google Chrome has no effect on EO.WebBrowser.
If your page works fine with Google Chrome, the next step is to test the same page with our TabbedBrowser sample application. If that works and your application still does not work, then the problem must be in your application. You can try to compare TabbedBrowser source code with your application and see if you can find the difference.
If TabbedBrowser sample application still does not work, then it would be something else that we are not aware about. In that case we may need access to your system in order to investigate further.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 6/25/2019 Posts: 2
|
Thanks for the reply.
Our web application works in all browsers, including with Windows Authentication. The issue we have is with the EO Browser in a Windows Forms application and only when using Windows Authentication. Could you please provide a link to the demo application you mentioned?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
The TabbedBrowser sample application is a sample application in the installation package. If you download and run the full installer from our download page, you will find the sample in the Samples folder inside your installation folder.
|