Cross-site json rpc : Python server side and Mozilla extension using Javascript client side

Posted by jknair on Stack Overflow See other posts from Stack Overflow or by jknair
Published on 2010-03-08T05:44:55Z Indexed on 2010/03/08 5:51 UTC
Read the original article Hit count: 633

Filed under:
|
|
|
|

hello, I am building a mozilla extension that contacts a python application on a remote server to send and receive data. The python application can be used using xml-rpc from a python console.I am given the task to design a json-rpc that would contact the same application.Making the python server side has been easy which can be accesed using python console but making the mozilla extension to connect to the python serverside is what i am not understanding howto ??? how do i make cross site json rpc calls i have gone through a lot of libraries that i can find on googling but none of them seem to work i am not sure if it is because of same origin policy or my server side not able to process the data ??? ANY HELP

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about python