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...
VernonWells
Employee
Feb 16, 2016The first approach is likely what you need; that is, replace the Host header and request URI path before it is submitted to the server. If you're running 11.5+:
when HTTP_REQUEST {
HTTP::host "vendorsite.com"
HTTP::path "/UserAccount/Login"
}
Is this not working as you expect?
Incidentally, you can also use a Local Traffic Policy:
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