I need to parse an online Web page to retrieve Stock Indices. I have no problem doing this using the Net.Webclient on regular, unprotected pages.
However, the page I want to access requires username/password authentication for each session. This is where I need help.
Any ideas on where I can start would be much appreciated.