I’m using httpd in front of a Tomcat app server and would like to remove some incoming cookies before requests are reverse-proxied to Tomcat. The cookie names are not fixed, but do match several simple regexps. Is there a recipe with mod_headers/mod_rewrite that would allow me to strip these cookies before these requests are handled? Thanks, David |