Forum Discussion
Robert_47833
Jun 07, 2011Altostratus
Do we have other way to forward https
Hi,need help
request: https://www.sr24stubtex.com/help/services/
want to forward to a pool cjj
becuase backend server only open http:80 as the service and the java code didn't accept two different domain
so it seems code below doesn't work.
if {$uri matches_regex "^/help/services/" }
{ HTTP::redirect "http://help.sr24.com[HTTP::uri]"
return
how can I achieve this, I want to change the port from 443 to 80 and forward to pool cjj
- nitassEmployeei think u want rewriting rather than redirection. pls feel free to revise.
- richard_77048NimbostratusJucao,
if {$uri matches_regex "^/help/services/" } { use pool cjj } else { use pool some_other_pool }
- Robert_47833AltostratusHi,thanks
- John_Alam_45640Historic F5 Accountif {[HTTP::path $uri] starts_with "/help/services/" } {
- John_Alam_45640Historic F5 Accounthttp://devcentral.f5.com/wiki/default.aspx/iRules/SSL__disable.html
- Robert_47833Altostratusyes,sorry
- John_Alam_45640Historic F5 Accountuse the node command:
- Robert_47833Altostratusoh,thanks ,
- John_Alam_45640Historic F5 AccountNot without an HTTP::redirect.
- nitassEmployeei'm not sure if i understand whole thing correctly.
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