Would there be a way to override the header "cache-control: no-cache, no-store" that asp.net adds when there is a __RequestVerificationToken? This gives a "Resubmit the form" message on the back button to the users. I would prefer to leave out the "no-store" on the header.
I think that's outside the purview of this library, and given it lowers the security as I understand it (it shouldn't be cached i think), it is not something I would want to do I think 😁
Would there be a way to override the header "cache-control: no-cache, no-store" that asp.net adds when there is a __RequestVerificationToken? This gives a "Resubmit the form" message on the back button to the users. I would prefer to leave out the "no-store" on the header.
thanks!