When a midlet wants to send a http request to www.something.com/bla the 3650 java environment is adding port 80 to the request. So the request is changed into www.something.com:80/bla
Why is the 3650 interfering with the developers wishes?
And what if I want to use another port, say 8080?

Reply With Quote

