joshmarshall / jsonrpclib

A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.
Other
447 stars 144 forks source link

"Access-Control-Allow-Origin" headers for browser based JRPC #28

Open lemook opened 10 years ago

lemook commented 10 years ago

Howdy,

It would be great to be able to specify "Access-Control-Allow-Origin" headers so that JRPC can be called from a browser.

Perhaps there is a method for this already that I'm ignorant of?

thiagowfx commented 9 years ago

Yeah, I've just stumbled upon this problem today.