I'm trying to get to a page that I need a REFERER and a cookie to open. When I run the code below I get a --
Run-Time error 35756: Unable to complete request
I've got it where I can log in and go to some pages but can not get to any pages that need the cookie.
I'm using a function to read the cookie and put into the variable "cookie"
Could someone please give me any hints as to what I'm not doing right?
---------------------
Inet2.Execute "http://s1.foo-bar.com/scripts/mysector.cgi?" & webid, "GET", "REFERER: http://s1.foo-bar.com/login.php", "Cookie: " & cookie


Reply With Quote

Bookmarks