Forum Discussion
bdub66_173164
Nimbostratus
Oct 10, 2014reverse proxy one server, multiple uri's
Used a rule in this thread. Troy's response actually.
This one site has multiple redirects off port 7004. The initial site connects with the cert and offloads to the client. the other 2 sites do...
bdub66_173164
Nimbostratus
Oct 13, 2014well, ended up going much simpler. guess I was not paying attention to the http_response
much appreciated and thanks again for the reply.
ending irule
when HTTP_REQUEST { if { [HTTP::header host] eq "sitefqdn" } { HTTP::header replace Host "serverfqdn:7004" } }
when HTTP_RESPONSE { if { [HTTP::is_redirect] } { HTTP::header replace Location [string map -nocase {serverfqdn:7004 sitefqdn} [HTTP::header value Location]] } }
- Oct 13, 2014Np, glad you found the solution!
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