tonyhammond / openhandle

[LEGACY] A service for exposing Handle System values
0 stars 0 forks source link

Add JSONP format #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add template for JSONP to support cross-domain downloading of JSON.

Basically just a dup of the JSON template with surrounding "(", ")" chars.

Issues: file extesnion (.jsonp"?) and mimetype (different from JSON mimetype?).

Original issue reported on code.google.com by tony.ham...@gmail.com on 7 Apr 2008 at 3:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Added "callback" parameter which for JSON format selected will wrap the JSON in 
the
callback parameter function name.

Original comment by tony.ham...@gmail.com on 14 Jul 2008 at 10:03