azrael a écrit :
There have been some discutions with my partner about which protocol
to use. We agreed to use also http. But we are looking for a
possibility to use something to trasfer python objects like Json
objects.

'like' ???

there are a couple json implementation for Python, and for PHP too IIRC.

If my memory is me well http transfers data in plaintext.
Because of
the risk of datacapturing, is there a better soulutioon to suggest to
be more secure like shttp

I suppose you mean https...

if it is implemented in python

http://www.python.org/doc/2.5.2/lib/https-handler-objects.html
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to