commit | 80fe37a3d752eec100642ede8a8ca3b48a2e9ec6 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Mar 29 10:54:54 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Mar 29 11:31:32 2016 -0400 |
tree | daeaa08cfebd18ae3386e0bd2850eafdec8341a2 | |
parent | 3bba28c9c39da163e4fb3c256a5c94cc6027d043 [diff] |
Add support for serving jsonp Jsonp adds a javascript wrapper to json responses. It allows client applications to work around cross domain restrictions imposed by some browsers. For more information on jsonp: https://en.wikipedia.org/wiki/JSONP To get a jsonp response, an application adds a callback url parameter with the desired name of the wrapper: https://192.168.252.1/list?callback=my_callback