G
Guest
I trying to create a test harness for a website using the webclient class. I
don't understand how I can maintain a login session with this approach.
Dim wc as new webclient
wc.adHeader("cockies","ginger=snap") ' Will this work?
How can I open a secure page that requires a login?
don't understand how I can maintain a login session with this approach.
Dim wc as new webclient
wc.adHeader("cockies","ginger=snap") ' Will this work?
How can I open a secure page that requires a login?