Forum Discussion
fbdeir_29119
Nimbostratus
Jun 16, 2011forwarding
Hi,
I want to forward traffic destined to certain directory to a specific
server, like traffic coming to
:https://www.mydomaion.com/access/index.aspx to be forwarded directly
to server with ip add...
nitass
Employee
Jun 16, 2011is something like this?
when HTTP_REQUEST {
if {[string tolower [HTTP::host]] equals "www.mydomaion.com" and \
[string tolower [HTTP::uri]] equals "/access/index.aspx"} {
node 192.168.10.15 80
}
}
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