I have a local piece of hardware that I access via it's IP address to retrieve json data.
I am creating a web based app but it can not access the local json data when the app is running on the web due to cross domain issues.
Is there a suitable solution to make the JSON data available to the web app?
I'm using jQuery to read the JSON file locally.
The hardware currently doesn't provide JSONP.
Thanks in advance.