Cookies problem...

SammyRoss

Newcomer
Joined
Feb 3, 2004
Messages
2
Location
Cairo, Egypt
I need to download HTML pages from a website. These pages require username/password access which I DO have. The problem is, the website sets a persistent cookie in my Cookies folder and it's encrypted, so I can't read it's content.

How can I automate the download of these pages but not through internet explorer? In other words, how can I make WebClient/HttpWebRequest read the persistent cookie in my local folder?

If I can't do that, then how do I do it?!
 
Back
Top