Click here to Skip to main content
15,885,546 members

Comments by aa_zz (Top 6 by date)

aa_zz 6-Nov-12 23:38pm View    
thanks all.
I get Cookie from tool "Tamper Data" and add http_Request->addCookie then get Data OK. But how to get value Cookie of Request Header Name same as tool "Tamper Data" ?
aa_zz 6-Nov-12 2:52am View    
i use tool Tamper data then will found post parameter.
aa_zz 5-Nov-12 23:36pm View    
token is value use MD5 to encode
aa_zz 5-Nov-12 21:06pm View    
e.g: you need get data from url (www.yahoo.com with parameter: username, password).
I will use HTTP_Request(sendRequest), post[username], post[password] to url to get data. If www.yahoo.com use token then can not get data, but it not use token then get data OK
aa_zz 5-Nov-12 21:05pm View    
e.g: you need get data from url (www.yahoo.com with parameter: username, password).
I will use HTTP_Request(sendRequest), post[username], post[password] to url to get data. If www.yahoo.com use token then can not get data, but it not use token then get data OK