Hello,
I built a midlet that sends information by POST method in HTTP.
in the emulators (such as 6270,6230, 6230i..) I See the "post data" in the diagnostic, but the data doesn't arrive to the server. I tried several servers and they didn't work. I tried to run the SDK's on different computers and it was the same.
If I run my midlet on my Cellphone (6230) everything works fine.
Example for the post data:
action=Login&Username=tony&password=1234
is a known problem?
Any suggestions on how to solve it ?

Reply With Quote

