Hi all !
I try to connect to the server using the POST method. The problem is that despite I explicitly set the content-type header to "application/x-www-form-urlencoded", the Nokia 6610 itself changes it to the "text/plain".
This change breaks all the server logic - servlet cannot recognize the POST request parameters that way.
Is there any way to avoid such phones' behavior and pass the headers correctly ?
Thanks.

Reply With Quote

