Forum Discussion
shashank_shetti
Nimbostratus
Feb 16, 2016Redirect but keep the original url in the address bar
Given a domain hosted in our company orginalSite.com but this site should resolve to vendor site ex: vendorsite.com.
It can not be redirected because requirement is to keep orginalSite.com (orig...
shashank_shetti
Nimbostratus
Feb 17, 2016Here is the final solution that I got it working. Thanks Vernon, Josh Hill, Josh for your responses.
when HTTP_REQUEST {
HTTP::host "vendorsite.com"
if { ([HTTP::uri] equals "/") } { HTTP::uri "/UserAccount/Login/" }
set dest [lindex [RESOLV::lookup @8.8.8.8 -a "vendorsite.com"] 0]
node $dest 443
}
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