Wifly & Web Client...

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?

Seen this with Enfora “web client”. Sadly in my case it was just poorly implemented web client firmware and there was not true fix other than use a dedicated web service where the headers did not matter.