View Full Version : how do I get through Cookies?
MainStreetCoder
10-11-2010, 03:26 PM
I am trying to link to a website from my informational website. However, when I link to the page I specifically want to link to and try to access it from another computer it gives me an error message because the cookies haven't been enabled on that computer. How would I be able to get to this page without getting the error message?
Old Pedant
10-11-2010, 07:07 PM
Are you talking about using
Server.CreateObject("msxml2.ServerXMLHTTP")
???
If so, it's not easy. You have to write code to *get* the cookies sent to you from the other server and then each time you send a message *to* the other server you have to send back those same cookies.
I only did this once, MANY years ago (2003 or 2004, I believe) and it was a pain in the neck at that time.
Fundamentally, you need to study the docs for ServerXMLHTTP from one end to the other over and over again and then just start experimenting.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.