Forum Discussion
madi_56757
Nimbostratus
Mar 11, 2005http forwarding with irule
hello,
I will confiugure a irule to forward to specific URL
the connection will be open to my VIP https://server1.com/123/456.html
and the BIGIP should forward thi...
unRuleY_95363
Mar 11, 2005Historic F5 Account
Do you need to forward using the DNS name (testserver.de)?
If you can use the IP address instead, you could simply do the following since you are not changing the URI:
when HTTP_REQUEST {
if { [HTTP::host] matches_regex "server1.com" } {
Replace the Host: header with the new name
HTTP::header replace "host" "testserver.de"
You could also modify the uri with HTTP::uri "new uri"
a.b.c.d is the IP address of testserver.de
use node a.b.c.d 80
}
}
If you do need to use the DNS name, then you will want to look at the following post:
Click here for link
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