-
Notifications
You must be signed in to change notification settings - Fork 618
Add JSONP Support #441
Copy link
Copy link
Closed
Description
This stemmed from the discussion here: https://groups.google.com/forum/#!topic/locomotivecms/uFpFDkG_gqw
Rest calls from Javascript to get an auth token (to later query for other things) fails because of browser restrictions on scripts that fetch data from domains other than their original domain. There is a way around this if the service you are querying for data supports JSONP.
This issue is to add JSONP support to locomotive.
Reactions are currently unavailable