You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.