I’m making an ajax call from javascript to a custom hosted service I developed in Java. It’s supposed to login the user. The call works fine in the Backendless Console but if I run it from the js file I never get a response. The jquery success or error callbacks never execute. I have double checked the arguments and call name and it all seems correct.
I’m still using Backendless 3.x and am developing on a Mac. Please help!
Thank you.