I am doing some test with the cache functionality using a proxy context (call /api/) to a tomcat application.
it seem like as long as I don't send any URL variables to the origin server the cache works perfect and expires as it should, but when I give the application any variable such as:
http://192.168.120.48/api/api.cfm?name=Dewey
it wont cache and will request new information all the time. I am just calling the variables via GET not POST. Is there a way to cache matching the url regardless the variables?
tks
it seem like as long as I don't send any URL variables to the origin server the cache works perfect and expires as it should, but when I give the application any variable such as:
http://192.168.120.48/api/api.cfm?name=Dewey
it wont cache and will request new information all the time. I am just calling the variables via GET not POST. Is there a way to cache matching the url regardless the variables?
tks
Last edited by a moderator: