Parsing JSON export feed from application
Hello,
I am trying to parse a JSON feed from my Creator application so that I can use the data to make a JavaScript/HTML widget. It would appear that HTTP GET requests to the feed url return a content type header as "Content-Type: text;charset=UTF-8" and not "Content-Type: application/json;charset=UTF-8", so I am not able to parse it correctly (e.g. my JSON object is null).
The feed URL I get from going to the
production side of the application, going to the form list view for the data I'd like, selecting "More Actions" => "Export Data", clicking the "Feed URL" tab, and then the JSON tab. I have enabled the option to allow data access without authentication.
Thank you in advance for your help.
- Mike