Hi All,
I am developing a download manager for a a website downloads.The problem is , I have to login in my windows application with same user credentials of web login when I logging in web application.In web application , I set cookies with user credentials ; but, Not able to read them in windows.I have tried the ideas suggested by http://p2p.wrox.com/topic.asp?TOPIC_ID=29325 .
I am not able to read the cookies created in Firefox while scanning cookie folder.When I am trying to read through HttpRequest , It only returns the ASP_net cookie.
How do I capture the credential of web login from my desktop application.Ple ase Help Me.
Regards,
Preethi
I am developing a download manager for a a website downloads.The problem is , I have to login in my windows application with same user credentials of web login when I logging in web application.In web application , I set cookies with user credentials ; but, Not able to read them in windows.I have tried the ideas suggested by http://p2p.wrox.com/topic.asp?TOPIC_ID=29325 .
I am not able to read the cookies created in Firefox while scanning cookie folder.When I am trying to read through HttpRequest , It only returns the ASP_net cookie.
How do I capture the credential of web login from my desktop application.Ple ase Help Me.
Regards,
Preethi
Comment