I am using cefSharp to create my own browser to work with a website. The website is not developed by me so I am unable to make changes on the backend. Only able to work on the front end.
This site is loading an AD. Failed to load URL https://cs.smartssp.iqzone.com/iframe?pbjs=1&coppa=0 with error ERR_ADDRESS_INVALID (AddressInvalid).
While I am not trying to fix the error loading or fix the address, what is happening is it is loading this error full screen, not allowing me to interact with the site. Using Chrome going to that address, yes it does error. However, going to the main site, it does not ‘redirect’ the page to an error page. I assume Chrome just is ignoring the error and continue to load the main site as it is only an AD on the site.
All I am looking for is for cefsharp to continue loading the site without redirecting me to the error page.
example of error page
I tried bypassing this issue by editing hosts file to block that ad web address but that didnt do crap.
Honestly, all my searching addresses the reason for the error, loading the address. I dont care about fixing that as I dont think there is a fix. That web address just will not load, regardless of cefsharp or chrome. I dont care if it will load or not.
I just do not want it to load the stupid error page.