Closed GoogleCodeExporter closed 8 years ago
overrideHost just replaces the outbound Host header with the one you requested
and puts in an x-Host header with the original. If you look at the request
headers you can see that happening.
If you want it to direct traffic to a different server then you need to use
setDns or setDnsName to re-route the DNS lookups to point to the different host
(possibly in combination with overrideHost if you also want to change the host
name used).
Original comment by PatMee...@gmail.com
on 14 Mar 2013 at 12:36
Ahah! Works. Thank you so much, sorry for the false alarm.
Original comment by dkoop...@godaddy.com
on 14 Mar 2013 at 1:45
Original issue reported on code.google.com by
dkoop...@godaddy.com
on 13 Mar 2013 at 11:25