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 t
Can you add header to the HTTP Response? If yes, add the following
Access-Control-Allow-Origin with the value *
Access-Control-Allow-Origin
*
then your browser will allow the request for that resource