Rank: Advanced Member Groups: Member
Joined: 9/3/2014 Posts: 68
|
Hi,
I am using a derived class of ResourceHandler class to capture all response resources. However, when I navigate a HTTPS url, EO.WebBrowser does not catch any HTTP resources, it only catches HTTPS resources. How can I capture all resources regardless they are from HTTP or HTTPS.
Thank you.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,275
|
Hi,
These are done by the browser engine and we do not have control over that. You might want to search online to see if the Chrome browser engine can cache HTTP resources when the main resource is HTTPS.
Thanks!
|