curl-users
Re: Informations command curl
Date: Thu, 13 Dec 2007 22:13:01 +0100 (CET)
On Thu, 13 Dec 2007, Mauricio Sanches wrote:
(I cut off all the cross-posting, this is to the users list only)
> 1 - The command curl supports the language ASP
http://curl.haxx.se/docs/faq.html#Does_curl_support_ASP_XML_XHTM
> 2 - Some applications depend on the user be logged in AD (Active Directory)
> to provide the application, it is possible
curl works with internet protocols like HTTP(S), FTP(S) etc, there's no
particualr "AD" functionality in those protocols to my knowledge. I don't
understand the question.
> What is the reason for the error below
> curl --url http://inex.nextel.com.br --user user:passord ˙˙verbose
> > GET / HTTP/1.1
> > Authorization: Basic bXNhbmNoZXM6S2lrYW1vcjU0Kg==
[...]
> < HTTP/1.1 401 Unauthorized
> < Server: Microsoft-IIS/6.0
> < WWW-Authenticate: Negotiate
> < WWW-Authenticate: NTLM
You use Basic authentication to a host that only accepts Negotiate and NTLM.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2007-12-13