Hi,
does anybody know if the HTTP stack on 3rd MR supports PUT and DELETE http request? Does anybody tried it?
Thanks a lot
Regards,
STeN
Hi,
does anybody know if the HTTP stack on 3rd MR supports PUT and DELETE http request? Does anybody tried it?
Thanks a lot
Regards,
STeN
Hi,
quick update:
--------------
We were able to send DELETE, GET and POST request, but when we tried to send PUT nothing happneds, all error codes are KErrNone, but request is not send...
Regards,
STeN
My applications sends a lot of http PUT in 3rd edition. I didn't change anything in the http api when I migrated from 2nd to 3rd edition
Jean-philippe
jean-philippe
Hi,
thanks, we finally found where is the problem. As we test against localhost installed Apache server, we cannot use trace tool (Ethereal) and there was nothing in the Apache logs, so it looks like nothing was send. That surprised us...
Then we found that there is kind of stragne bug between Apache server and Php, we use another version of php and it works fine.
Thank you for helping
Regards,
STeN