| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
RE: Howto question - SOAP on the command line
From: Roth, Kevin P. <kproth_at_mapllc.com>
Date: Wed, 20 Apr 2005 09:13:05 -0400
If you look closely, you'll see the wget command submits an
> ---request begin---
and then the web server responds with 401 Unauthorized, and includes
> ---request end---
and finally a second POST is sent, with Digest authentication this time
> POST /tvlistings/xtvdService HTTP/1.0
The curl command only tried the basic auth, and when that failed it gave
I believe if you added "--digest" to your curl command line, as in:
curl -v --trace-ascii - -u userid:password --digest \
that you would find curl would then handle it OK too.
- Kevin
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info