Rank: Newbie Groups: Member
Joined: 8/23/2018 Posts: 3
|
There is a HTTPS page. I want to get the return content. And modify it after presentation.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
You can not intercept and modify the header and body. You can only intercept and "take over" the whole request with a custom resource handler. See here for more details: https://www.essentialobjects.com/doc/webbrowser/advanced/resource_handler.aspxThanks!
|