HttpClient icon indicating copy to clipboard operation
HttpClient copied to clipboard

Host header wrong when connect to server with ip and server request name

Open SalvadorFloresMichel opened this issue 2 months ago • 0 comments

In HttpClient.cpp: HttpClient::sendInitialHeaders line 161 when connect to a server with multiple hostings 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.

SalvadorFloresMichel avatar Sep 11 '25 16:09 SalvadorFloresMichel