I am trying to access a website using vb.net. I need to change a couple of headers (mainly the Cookie header). Then I need to get all the HTML contents of the page into one HTML file. How do I go about doing this? I've had problems making it work with HttpWebResponse and using a stream. It keeps telling me that the stream can't be read. It also has problems using GET instead of POST. Can someone help me out?