Forum Discussion
Keith_Bobitt_10
Nimbostratus
Jun 01, 2005Https to http redirect
I have the following rule defined and applied:
if (http_uri contains "/test/app") {
redirect to "http://pilot:7777/app/"
}
else {
use pool OracleWeb
...