Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All.
I want get data from url, I use HTTP_Request to post parameter and get data from url. If url not using token then get OK, but If url using token then get data not OK.

Please help me get data from url have use token.
thanks very much.
Posted
Comments
n.podbielski 5-Nov-12 6:34am    
Token? What token?
aa_zz 5-Nov-12 21:05pm    
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
ZurdoDev 5-Nov-12 8:56am    
This does not make any sense. You wrote some code and have not shared anything. How can we help?
aa_zz 5-Nov-12 21:06pm    
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
ZurdoDev 5-Nov-12 21:10pm    
What is the token? Are you saying you have to validate first?

1 solution

I used curl_exec and success any URL, but any url have parametter don't found to set.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900