Hi
I have a Umbraco 13 site with several forms.
I have tons of warning with the below
The ‘Cache-Control’ and ‘Pragma’ headers have been overridden and set to ‘no-cache, no-store’ and ‘no-cache’ respectively to prevent caching of this response. Any response that uses antiforgery should not be cached.
Removing the form stops the warning from appearing.
The option is to disable anti forgery on the Form.cshtml that comes Umbraco forms when installing. Doing this stopped the warning but is this really the correct solution?
Ta