Hi, I would like to build a plugin that will prevent the traffic server from caching specific objects in the http transactions according to some rules that are based on the information in the html header, or mime headers.
I couldn't find any API that supports that kind of task in the traffic server programming guide, and using "cache.config" file will not help in this case. I am guessing that there is an internal mechanism in traffic server that prevent the caching of html headers that contains the "no-cache" tag. But I have no idea how to use it... (one colleague of mine suggested to add "no-cache" tag to such html headers if needed, and then capture the SEND_RESPONSE_HDR event of that transaction and remove the "no-cache" tag... can this be done?) Can you please give me a hint regarding the way to proceed? Help would be greatly appreciated :) Thanks, Dror Yardeni