Hi,
I am working on application which needs to send data to server using HTTP POST. I have make use symbian provided HTTPClient Example to achieve the task.
When i try to upload data using IssueHTTPPostL request function of HTTPEngine to server it asks for user credential. I have provided the user credentials in GetCredentialsL function.
On the server single POST request is received in two parts in first part it receives POST data without user credentials and in other user credentials without the post data. Due to which data is not being uploaded to server.
If somebody has gone through the similar situation then please help me to get out of same? or if somebody has pointer to same then do let me.
Help would be appreciated.
Regards,




