Forum Discussion
AngryCat_52750
Nimbostratus
Jul 10, 2013Stream/URL Rewrite
We own a public domain - www.ilovetacos.com and current we re-direct this domain to an external vendor through DNS.
Client request -> comes into us -> we re-direct through DNS servers to externa...
Kevin_Stewart
Employee
Jul 10, 2013When you "re-direct through DNS", are you sending a literal 30x redirect, forcing the user's browser to first resolve and then go to another service external to your environment? Example:
when HTTP_REQUEST {
if { [HTTP::host] equals "www.ilovetacos.com" } { HTTP::redirect "http://www.bymoretacos.com" }
}
Or is all traffic still passing through your VIP?
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