So I am using the WiFly Shield code library alpha 2 release and trying to get it to simply load a URL with the WebClient demo… this all works well when I use google as the domain, however when I switch to my own web server I get into issues…
Our sites are hosted on a shared box (so are effectively virtual hosts) and it seems to simply resolve to the IP of the main box and then attempt to get the request from that IP rather than the actual domain… is there a way to stop this from happening?