J2ME's extra annoying HTTP permission prompt

Posted by Hans Malherbe on Stack Overflow See other posts from Stack Overflow or by Hans Malherbe
Published on 2009-06-20T20:50:08Z Indexed on 2010/05/30 18:32 UTC
Read the original article Hit count: 253

Filed under:
|
|

Some phones only prompt the user for permission the first time a connection is made. Others pop up the permission prompt whenever the MIDlet attempts to make a HTTP connection! What are the options if we want to suppress the prompt?

Can we sign the JAR using only one CA (Certificate Authority) and have it work on all devices? Do we have to pay for a signature on every release?

Is it an option to create our own CA certificate and tell our customers to install it on there device?

Alternatively, it seems that plain socket connections do not suffer so. Is there a free implementation of HTTP on top of TCP for J2ME?

© Stack Overflow or respective owner

Related posts about http

Related posts about java-me