I’ve spent some time researching this and still can’t figure it out. It seem so simple so I feel like an idiot asking about it but after a while looking into it I just can’t seem to get the hang of it.
I need to programmatically log into this site: https://wholesale.frontiercoop.com/, store the cookie from the login, and resubmit it on the next login. It looks like it’s a POST submit (which I gathered from using Firebug on Firefox) so I figured out how to store the cookie I think. I just can’t figure out how to submit it on the next call to the website so it doesn’t automatically redirect me to the login page. Is this simply an argument to a call on the Webbrowser object?
Thanks for your help.
With .NET you have to use a CookieContainer, like: