Forum Discussion
Phil_T_73833
Nimbostratus
May 14, 2014Proxy a web service
I have a VS, Pool, Nodes that point to an IP address of a webserver hosting a webservice. That service is called via "https://servername/foldername/admin/" from within my domain. I have the pool e...
HHeredia_36237
Nimbostratus
May 15, 2014Even when it depends on how the web app is configured and is intended to work, you may try this iRule on your VS:
when HTTP_REQUEST {
if { ([HTTP::uri] == "/") } {
HTTP::redirect https://[HTTP::host]/foldername/admin/
}
}
Regards, hheredia
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