Search found 3 matches

by dylanegan
December 20th, 2010, 6:20 pm
Forum: Feature Requests
Topic: JSONP support
Replies: 15
Views: 7892

Re: JSONP support

http://en.wikipedia.org/wiki/JSON#JSONP - essentially it allows me to talk to the application directly from JS from another domain. Im writing a HTML/JS application to manage my local media center and want to talk to SABnzbd+ directly from my iPhone browser.
by dylanegan
December 20th, 2010, 3:37 pm
Forum: Feature Requests
Topic: JSONP support
Replies: 15
Views: 7892

Re: JSONP support

Is there a way to get this in for the next release? Should I go through launchpad?
by dylanegan
December 11th, 2010, 8:33 pm
Forum: Feature Requests
Topic: JSONP support
Replies: 15
Views: 7892

JSONP support

I added JSONP support in with a simple patch; --- sabnzbd/interface.py 2010-11-15 12:54:48.000000000 -0800 +++ interface.py 2010-12-11 17:31:07.000000000 -0800 @@ -515,7 +515,10 @@         if kwargs.get('mode', '') not in ('version', 'auth'):             msg = check_apikey(kwargs)             if msg...