|
Hi, I am trying to post the data with the url to my webserver and it's working perfectly. But the problem is getting the response data from the request url. How can I get it in Unity? Here is my example code which is doing Post method for signing in process and I have no idea of getting the response data from that.
(comments are locked)
|
|
www.responseheaders catch all the response data from the POST method.. it's all done now.. It's just responsing the header information and still looking for the way to get the responsebody information for this POST method. Any one has done like this before?
May 06 '11 at 08:40 AM
Thet Naing Swe
Isn't the response body just www.text? Or www.data?
May 06 '11 at 04:33 PM
DaveA
yes... the response body is www.text and I forgot to put the header information and that's why I couldn't get authorised.
May 10 '11 at 10:24 AM
Thet Naing Swe
(comments are locked)
|
