Safoku
|
  |
| Joined: 09 Jan 2013 |
| Total Posts: 146 |
|
|
| 21 Mar 2014 03:32 PM |
Can someone explain to me more infomation on Http requests? How do I post data? How do I retreive?
local Url = "LinkIsHidden"; local Data = Http:JSONEncode({['PlayerChatted'] = Player, ['Message'] = self.ChatBar.Text}); local Request = Http:PostAsync(Url, Data);
What I want to do is Post the Data to a website, then on the website I add the Data in a database. Then I return the last 6 object that was instered in the database.
All I need to know is how would I be able to read the data I pass on to the website.
Thanks. |
|
|
| Report Abuse |
|