Cache No POST
Problem this snippet solves:
Disable RAMcache for POST request responses.Code :
when HTTP_REQUEST { if { [HTTP::method] equals "POST" } { CACHE::disable } else { CACHE::enable } }
Tested this on version:
10.0Published Jan 30, 2015
Version 1.0Darren_Person_2
Nimbostratus
Joined June 25, 2006
Darren_Person_2
Nimbostratus
Joined June 25, 2006
- JRahmAdmincontributed by dperson1