Page 2 of 2
Re: History and cache
Posted: Fri Apr 20, 2018 5:07 pm
by Hitman
Thanks!
I do not have "Preferences" in my browser application.
I just need to figure out how to prevent cache and cookies and all kind of data.
Re: History and cache
Posted: Fri Apr 20, 2018 5:24 pm
by Hitman
Okay,
the way i see it,
i need to set the following values into my app as default,
Chromium1.CustomHeaderName := "Cache-Control";
Chromium1.CustomHeaderValue := "no-cache";
My question will be,
any ideas how i could add these as default to make sure nothing is stored?
Re: History and cache
Posted: Fri Apr 20, 2018 6:49 pm
by salvadordf
Add those lines right before you load the first URL.
If you have multiple browsers in your app you will have to add those lines to all of them.