cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-users Mailing List Archives

Re: Howto question - SOAP on the command line

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Thu, 7 Apr 2005 01:14:24 +0200 (CEST)

On Wed, 6 Apr 2005, Dan White wrote:

> ????????????????
> Outgoing headers
> ????????????????
>
> Do you mean the contents of the soap.xml file ?

No, I meant outgoing headers. Every HTTP request is accompanied with a bunch
of headers, called "request-headers" in HTTP lingo. One such header is the
"Authorization:" header that contains the auth info you pass on to the remote
server.

Obviously, both curl and wget send such headers (when told to) and if you
compare what the tools send, you could use that to get some further
understanding about why one tool works and the other doesn't.

You get to see curl's request-headers when you use -v, and I believe wget's -d
option does it too.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-04-07

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET