TAdvWebBrowser without a webbrowser

Hi,
Is it possible to provide the content to the https requests without having a webserver in TAdvWebBrowser?
Can somehow catch the OnBeforeNavigate event and provide the content of the requested page/file?
Thank you in advance

Yes,

I have attached a sample that demonstrates this. It involves a set of handlers and some native interface code. The sample returns a basic HTML page.

Sample.zip (90.5 KB)

1 Like

As I can see from here, I can extend the documents provided with images and CSS files too.
Thank you a lot!! You saved my day

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.