Page 1 of 1
Change body
Posted: Thu Dec 02, 2021 3:24 pm
by alpires2000
Hi, existe some way to change de body in BeforeResourceLoad event?
Thanks
Re: Change body
Posted: Fri Dec 03, 2021 8:16 am
by salvadordf
Hi,
You can't change the body in that event.
Use the code in the ResponseFilterBrowser demo to do that.
Re: Change body
Posted: Mon Dec 06, 2021 5:39 pm
by alpires2000
Salvador, I need to do a "interception", take the requested html and replace it with another one. Is there any event I can do this?
Thanks
Re: Change body
Posted: Tue Dec 07, 2021 8:16 am
by salvadordf
Sorry but CEF doesn't allow to change the body in any event as far as I know.
You have to use the code in the ResponseFilterBrowser demo in order to do that.