Forum Discussion
RobS
Altostratus
Jan 22, 2014HTTP to HTTPS policy injecting "/Location: https:///" into URL and breaking application
We have an application I'm load balancing with my LTMs that I was initially told would just need basic load balancing and http to https redirection. Now I find out they are running it out of Citrix s...
RobS
Altostratus
Feb 18, 2014Hi Kevin,
Wanted to say thanks again for your help and guidance. I fought with this and ended up decrypting some captures to get an idea of what was going on. My final solution that seems to work is:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/Location:" } {
set fixuri [findstr [HTTP::uri] "/Location" 13 ]
HTTP::redirect https://[HTTP::host]/$fixuri
}
}
Thanks, Rob
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
