Hi,

I am running command line tool of Curl and made a GET request with Digest
Authentication.

Digest Username : -   sip:al...@example.com
Digest Password : - password

curl.exe --digest -u sip:al...@example.com:password
http://system:8080/resource-lists/users/sip:al...@example.com/index--header
x-3gpp-intended-identity:sip:al...@example.com --verbose

* About to connect() to system port 8080 (#0)
*   Trying system...
* Connected to system (system) port 8080 (#0)
* Server auth using Digest with user 'sip'
> GET resource-lists/users/sip:al...@example.com/index HT
TP/1.1

The command line is only taking "sip" as username due to : in username.
Is there any mechanism to make it work with current username only?

Thanks and Regards,
Sumit Gambhir
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to