I was wondering, whether it is possible to implement a local HTTP proxy, lurking e.g. at localhost:8080.
For now all my attemtps did fail: Neither the J2ME socket based approach (e.g. NetworkDemo) nor the nice Python TinyHTTPProxy do work. The problem seems to be, that
a) opening a server socket at localhost or
b) the communication between the access point (i.e. the definition of the access point), added with proxy settings
fails. The HTTP proxy seems to be not called at all if instantiated at localhost.
Does anybody of you have some info?
Regards

Reply With Quote


