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.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
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!
|