Send cookie in HTTP request
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm using an http request from my VC++ 6.0 application(FYI, I'm using MSXML::IXMLHttpRequestPtr ). The idea is that I would like to send a cookie as well, but I don't know how to do this, and more than that, how to get this cookie. But I do know that the user is using IE 5.5+ and the cookie is stored on his computer. The idea is to authenticate with the server using the cookie(that is already on the computer), without having the user to type in some usernames and passwords. Thanks, Doru