Hi
I wonder if you can help me please.
I have set up REST service for my MS SQL database and created all of the rest queries and logins within my Appery.io app.
All of the tests work fine, and I can login and receive a session ID. If I add that session ID to my queries, these work fine as well. So far so good.
But, now I've come to test the app in the browser and I can't get a successful login, despite using the same credentials and service.
Looking at the console in the browser, I am getting the following issue:
XMLHttpRequest cannot load http://mydomainhere:88/rest/user/sess.... The 'Access-Control-Allow-Origin' header has a value 'http://appery.io:88' that is not equal to the supplied origin. Origin 'http://appery.io' is therefore not allowed access.
Any idea how I overcome this please?