Want to send some data to the server through HTTP.
| Thu, 2006-01-12 12:38 | |
|
Hi every body ,
i am facing a problem in using HTTP apis in Symbian 8.0(fp2). My need is to supply some data (which include some structures )to the server and then to receive some data (which will also be a series of structures ) in response. I have tried to do this with HTTP ::GET method but i don't know how to send data (series of structers)using HTTP::GET. Using the http client example i am able to fetch data from the server if i don't need to send any data in the request . Please can some body tell How's it possible in symbian using HTTP to request the server to send some data in response to our data (sent in the request). main problem which i am facing is how to send the data in the request . Thanks & Regards Himanshu Sharma |
|






Forum posts: 20
Are you using query string for sending your data using GET. I guess there is a limitation on data size you can send using query string. try to use POST request for sending your data to the webserver.
regards
Abhinav