Forum Discussion
Naumin_Dave_144
Nimbostratus
Jan 26, 2015Issue with http redirection in version 11.5.1(previously working with http class profiles in version 11.3)
Hi All,
we have some applications which need to be redirected to the servers meaning only works if uri is been added i.e. abc.com ---> abc.com/xyz/tmz/qpd.apex. So for that we used http class re...
nathe
Cirrocumulus
Jan 27, 2015Naumin Dave,
Do you just require a rewrite? If so I've tailored Stephen's irule:
when HTTP_REQUEST {
test condition of matching hostname and client was not already redirected (default path)
if { ([string tolower [HTTP::host]] ends_with "abc.com") && ([HTTP::uri] eq "/") } {
rewrite URI to append /xyz/tmz/qpd.apex
HTTP::uri "/xyz/tmz/qpd.apex"
pool Application_server
}
}
Hope this helps,
N
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