Forum Discussion
kridsana_52318
Nimbostratus
Feb 11, 2015Oneconnect Profile and Ram cache feature conflict option
Hi
Let's me took this straight
From SOL10480 , It's said if cache is used then HTTP server side is transform to HTTP 1.0
and In oneconnect, It's transform HTTP 1.0 to HTTP 1.1
So ...
TJ_Vreugdenhil
Cirrus
Feb 12, 2015Not sure if the following will help you as a workaround, but it's something I have used in the past.
So anything in the DGL gets cached – the specific else CACHE::enable clause was added to support dynamic entries "/ops/images.ashx?imageid=".
if {not ([class match $httpuri starts_with RAM_CACHE_URI_LIST-A])} {
CACHE::disable
} else {
CACHE::enable
}
class RAM_CACHE_URI_LIST-A {
{
"/content/"
"/ops/images.ashx?imageid="
"/pa/"
}
}
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