Question File Download w/Accept Cookie

paris_tj

Member
Joined
Mar 2, 2010
Messages
7
Programming Experience
Beginner
I am trying to download a file from a URL, but I am getting back a response. I must accept cookies before it lets me have the file. How would I do that?

My Current Code:
My.Computer.Network.DownloadFile("https://mysite.com/somefile.PDF", "C:\Users\personal\Downloads\somefile.pdf", String.Empty, String.Empty, True, 500, True)
 
Back
Top