In HttpClient.cpp: HttpClient::sendInitialHeaders line 161 when connect to a server with multiple sites in the same ip (like GoDaddy), connect with name does not work, need to connect with IP address, but in that case Host header need send host name (like mypageservices.com) but hosts send IP instead, please let the user send his own host header if need, thanks a lot.