Forum Discussion
Darren_Person_2
Nimbostratus
Aug 17, 2007RAMCACHE - caching POST?
We just enabled RAMCache utilizing the profiles, but I think we are going to need to use iRules. We are running into an issue with AJAX (doing POST's), but ramcaching thinking that they are GET reque...
Darren_Person_2
Nimbostratus
Sep 17, 2007Hi Deb - here is the fix - we created an iRule:
when HTTP_REQUEST {
set method [HTTP::method]
if { $method == "POST" } {
CACHE::disable
}
else {
CACHE::enable
}
}
This has fixed the problem - for the record, POST's should not be CACHED! At least, not in a traditional web environment with multiple external users.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects