not sure if i've posted at the right board (python), so i post my question here too, pardon...
hello,
i've a little application served by mobile web server on my n95:
...
def handler(req):
r=""
req.content_type = 'text/plain'
r = doSomething()
req.write(s)
return apache.OK
is there a way to catch an incoming request and ask for confirmation, as i would do in a phone application, e.g.
if appuifw.query(u"exec script?","query") == True
...
any other idea how to confirm incoming requests?
is it possible at all?
thanks + best, uno





