Re: Ntlm proxy and Http 407 error

2015-02-20 Thread Valerio Borsò
Thanks a lot, anyway the option --libcurl did the job. I could figure out what i was missing. TThe most important point was the userpass set to ":" exactly like the command line option. Thanks a lot. 2015-02-20 16:27 GMT+01:00 Daniel Stenberg : > On Wed, 18 Feb 2015, Valerio Borsò wrote: > > I

Re: Ntlm proxy and Http 407 error

2015-02-20 Thread Daniel Stenberg
On Wed, 18 Feb 2015, Valerio Borsò wrote: I can ask if there is a way to "build" curl.exe into an environment that help you follow the execution of code. Like brekpoint and so on? Sure, just build a debug version! With debug symbols left. -- / daniel.haxx.se-

Re: Ntlm proxy and Http 407 error

2015-02-18 Thread Valerio Borsò
2015-02-18 20:51 GMT+01:00 Michael Wood : > Hi > > On 18 Feb 2015 7:03 PM, "Valerio Borsò" wrote: > > > > Fine, i understand now but still i cant have pass or username to > provide. Using command line option i could contact google in either way, > SSL or not, giving The -U optional, wich is The s

RE: Ntlm proxy and Http 407 error

2015-02-18 Thread Michael Wood
Hi On 18 Feb 2015 7:03 PM, "Valerio Borsò" wrote: > > Fine, i understand now but still i cant have pass or username to provide. Using command line option i could contact google in either way, SSL or not, giving The -U optional, wich is The similari approach using lib? Try something like: curl -

RE: Ntlm proxy and Http 407 error

2015-02-18 Thread Valerio Borsò
because it had more steps to complete that it couldn't get to. > -- > *From:* curl-library [curl-library-boun...@cool.haxx.se] on behalf of > Valerio Borsò [vbo...@gmail.com] > *Sent:* Wednesday, February 18, 2015 11:39 AM > *To:* libcurl development

RE: Ntlm proxy and Http 407 error

2015-02-18 Thread Joe Mason
more steps to complete that it couldn't get to. From: curl-library [curl-library-boun...@cool.haxx.se] on behalf of Valerio Borsò [vbo...@gmail.com] Sent: Wednesday, February 18, 2015 11:39 AM To: libcurl development Subject: RE: Ntlm proxy and Http 407 error

RE: Ntlm proxy and Http 407 error

2015-02-18 Thread Valerio Borsò
So why using http all is OK? I'using ntlm for auth and it takes credebtial from windows login Il 18/feb/2015 17:26 "Joe Mason" ha scritto: > You also need to set the password with CURLOPT_PROXYUSERNAME and > CURLOPT_PROXYPASSWORD. > -- > *From:* curl-library [curl-l

RE: Ntlm proxy and Http 407 error

2015-02-18 Thread Joe Mason
You also need to set the password with CURLOPT_PROXYUSERNAME and CURLOPT_PROXYPASSWORD. From: curl-library [curl-library-boun...@cool.haxx.se] on behalf of Valerio Borsò [vbo...@gmail.com] Sent: Wednesday, February 18, 2015 11:00 AM To: curl-library@cool.haxx.se S