Rank: Newbie Groups: Member
Joined: 12/11/2019 Posts: 4
|
There is a website that intercepts the access of our browser by:
Code: JavaScript
var d = window.eoapi || window.eoapi_VerifyThis || window.eoapi_extInvoke;
if (d) {
//Intercept access
}
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is not really a technical question any more. The root of the issue is whatever page you are trying to visit really do not want you to visit them. In this case, they are writing very specific code to target you (or EO.WebBrowser) with the intention to keep you out. This is like someone put a lock on their door with the intention to stop people from going in. You are basically asking us how to break that lock. This is not only inappropriate, but also impractical --- we could help you to find a way to get around this particular way of stopping you but then they will just find another way to stop you.
Our suggestion is you should try to resolve the underlying non-technical problem instead --- why would they want to keep you out? If you are not welcomed there, why are you trying to force your way in? These are the root issues.
Thanks!
|