Forum Discussion
tarma_58716
Nimbostratus
Jun 12, 2011split port url in the https class redirection
Hi i've a httpclass wich redirect the client to a new URL:
profile httpclass localhost_redirect {
defaults from httpclass
pool none
redirect "http://172.x.x.x:"2131" ...
tarma_58716
Nimbostratus
Jun 14, 2011virtual bar80 {
destination 172.28.17.88:80
ip protocol 4
rules myrule
profiles {
http {}
tcp {}
}
}
rule myrule {
when HTTP_REQUEST {
virtual bar1234
HTTP::uri "new_uri"
}
}
virtual bar1234 {
snat automap
pool foo
destination 172.28.17.88:1234
}
pool foo {
members 10.10.70.110:80 {}
}
is it correct?
i've tested that but in the browser i haven't the URI displayed but i was correctly redirected to the URI.
to send all the next requests to virtualbar1234/new_uri do i need to force the browser displaying the the correct URI.
I know it's so confused.
Thanks a lot for your help
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