curl-users
Solution Required
Date: Wed, 24 Sep 2008 13:53:43 +0530
I'm using curl command as follows,
curl -X GET -v -u "admin:admin" -d "_method=get"
https://localhost:2266/Account/spaccounts/10000006
Header details,
Authorization : Basic YWRtaW46YWRtaW4=
but, i cant get the above "Authorization" information in
Request.ServerVariables in asp.net
If i'm using "http" then i can red that above information.but when i use
"https" instead of "http" i can't read that details
what wrong with that ?
If there is any settings are required to view that information?
Help me Soon
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2008-09-24