On 3/13/12 2:06 PM, Brian Geffon wrote:
Hi, Is there anyway to pass configuration data to a plugin on a per remap rule basis? I'm looking to have the configuration that a remap plugin provides but on top of a full plugin.Does anyone have ideas?
Take a look at the header_filter plugin. It does this. The same plugin implements both the remap plugin, and the various "hooks". The configuration (if specified in a remap rule) is passed along via TSHttpTxnArgSet() / Get().
-- leif