Re: Loopback ip

2022-05-30 Thread Александр Карелин via curl-library
I’ve already upgrade curl library in my client. Nothing changed. But, thank you for information. If I understand you the most probable cause is a network configuration. I’ll continue investigation. Regards, Alex K Вс, 29 мая 2022 г. в 09:14, Ray Satiro via curl-library < curl-library@lists.haxx.se

Re: Loopback ip

2022-05-28 Thread Ray Satiro via curl-library
On 5/26/2022 10:37 AM, Александр Карелин via curl-library wrote: > I have one issue when use curl. After performing a http request I call > method curl_easy_get info with second parameter CURLINFI_LOCAL_IP. And > every time I get 127.0.0.1 as a result, but my server is on another > machine with n n

Loopback ip

2022-05-26 Thread Александр Карелин via curl-library
Good day! I have one issue when use curl. After performing a http request I call method curl_easy_get info with second parameter CURLINFI_LOCAL_IP. And every time I get 127.0.0.1 as a result, but my server is on another machine with n network. How can it be possible? And another related question: