Bugs item #2805475, was opened at 2009-06-12 16:10
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2805475&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: name resolving/DNS
Group: wrong behaviour
>Status: Pending
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Guilhem LETTRON (glettron)
Assigned to: Daniel Stenberg (bagder)
Summary: libCurl use Proxy for localhost
Initial Comment:
I'm under a proxy, and if I try a "wget http://localhost/... or wget http://127.0.0.1/..." libcurl try to resolv it with proxy.
So I can't use it on my personnal server.
# wget http://localhost/convertor.php
--2009-06-12 15:57:34-- http://localhost/convertor.php
Résolution de sigma.utc.fr... 195.83.155.55
Connexion vers sigma.utc.fr|195.83.155.55|:3128... connecté.
requête Proxy transmise, en attente de la réponse... 404 Not Found
2009-06-12 15:57:34 ERREUR 404: Not Found.
# curl -V
curl 7.18.2 (x86_64-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.10
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Date: 2009-06-12 16:13
Message:
wget is a separate tool that uses nothing from curl or libcurl. If you have
a wget problem you should take that to the wget project!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2805475&group_id=976
Received on 2009-06-12