DaveC426913
Programmer
Trying to figure how to get my app to hit a URL on my server.
My local PS is the server is
The error I get is:
XMLHttpRequest cannot load Origin is not allowed by Access-Control-Allow-Origin.
I've read everytnig I can but I don't understand how I can get these two talking to each other.
url: ' method: 'POST',
params :{fun:'srnDeviceLogin',did:'66:66:00:00:00:EE'},
My local PS is the server is
The error I get is:
XMLHttpRequest cannot load Origin is not allowed by Access-Control-Allow-Origin.
I've read everytnig I can but I don't understand how I can get these two talking to each other.
url: ' method: 'POST',
params :{fun:'srnDeviceLogin',did:'66:66:00:00:00:EE'},