Hello,
I'm looking for a way to modify the data on outgoing requests conditionally. I've tried using mod_substitute, but that appears to be an all or nothing module. The documentation for mod_filter says it can be invoked on environment variables, but it's not exactly clear on the valid syntax for those variables. Basically, I'm looking for a way to change all links from HTTP to HTTPS in my outgoing responses for users with a specific cookie. Any suggestions? Thanks