Hello
The server sends a response with a content (httpConnection.getLength()>0), encoded in UTF8 and the response code is 200 (i.e ok)
Then when using Nokia 3120 the response code I get is 502! (Bad gateway)
When using an emulator or Nokia 6021 I get code 200
When the content of the http response is empty (httpConnection.getLength()=0), I get the real response code the server sent – 200
(also the content is not readable. ( on 6021 but in the emulator and 6020 it is!))
Does any one know why? Does any one has a solution for getting the right response code and a readable content
Thanks!

Reply With Quote

