Welcome Guest Search | Active Topics | Sign In | Register

EO Browser-Suppress favicon url request Options
bnymellon
Posted: Monday, October 18, 2021 8:31:01 AM
Rank: Advanced Member
Groups: Member

Joined: 3/10/2020
Posts: 59
Hi,

We are using EO browser in WPF application to render the webpages and we launch 3rd party vendor application in our app too.
We see EO is invoking https://<domain>/favicon.ico for the first time when we launch the vendor screen which is not the case when we use WPF webbrowser control (wrapper for IE11).
The favicon call failed with 404 for some of the vendor pages hosted in our WPF app and they have a logic of setting temporary cookie for such calls which end up having issues navigating to subsequent urls.
As a workaround, we would like to know if we can suppress the favicon call from EO Browser.

Thanks.
eo_support
Posted: Tuesday, October 19, 2021 1:17:52 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

There is no way to supress this request. However you can use a custom resource handler to intercept this request and "satisfies" it (for example, provide a generic favicon.ico in your handler).

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.