I have problems getting my neworking MIDlet to work on the T-Mobile network in USA. Has anyone had the same problem?
I'm using POST to send some data to a server. Can T-Mobile USA handle POST? Also, I found this on the Motorola web site (I have problems with all phones on T-Mobile, Nokia and all others):
Quote:
Question
Why does my networked application fail on some wireless networks?
Answer
Some operators use HTTP accelerators in their networks, and the application doesn't cope with those response codes. The HTTP accelerator intercepts all external HTTP requests and immediately responds with a Redirect response (Code 3xx). If the application regards any response code other than 200 OK as an error, then the application fails in this case. Developers needs to handle redirect response codes in their application.