I\'m trying to scrape a website that has user authentication. I am able to do a POST to send my login and stores a cookie. However, after the login I get a 403 error when tr
I would use IE automation. With this don't have to work with cookies, headers etc. Much easier.