is it possible to get the username and password or credention from this method
WebResponse.GetResponseStream?
If not is there a way i could get the credential (userid and password) i passed on webrequest.credential?
Thanks hope you could help me...
Printable View
is it possible to get the username and password or credention from this method
WebResponse.GetResponseStream?
If not is there a way i could get the credential (userid and password) i passed on webrequest.credential?
Thanks hope you could help me...
i don't think you can get it from the response. by the way, why are you looking for the user and password in the response when you had them in the first place when you sent the request?