Forum Moderators: phranque
I believe that the "Host Headers" functionality utilizes the host name portion of the requested URL, so it is more of a server functionality issue and not dependant upon the browser. As long as the browser submits the full resource location, and does not use an IP, then there should be no problem. And, as long as your links use the host name instead of an IP, then that is what the browser will do.
Someone please correct this if it's wrong!
GET /xyz.html HTTP/1.0
GET [example.com...] HTTP/1.0
Not that this answers your original question though.