Home > Software engineering >  VB, caught out when all the GET this website how to log in
VB, caught out when all the GET this website how to log in

Time:10-04

The http://rejoice.act.qq.com/like this website, the login time all is to use the GET method, so how to use XMLHTTP login

CodePudding user response:

XMLHTTP. Open (" GET ", "http://rejoice.act.qq.com/")
Login remember to take a cookie

CodePudding user response:

But in the case of is logged in to cookies, if you don't log on how to use the get?

CodePudding user response:

GET the same login,
See caught?

CodePudding user response:

I seem to remember the XMLHTTP pure cookies will not save the session is not much, should be unsafe
I write like this function with Inet or WebBrowser

CodePudding user response:

Lz can use the winHTTP, relatively than the XMLHTTP works a lot, to submit the data when it is important to note that the cookie, or a great trouble to debug.