How to use $.ajax instead of service?
I want to use jquery $.ajax() because I am experiencing difficulties with POSTing complex object via JSON through your service wrapper.
I tried the usual $.ajax() but I am stopped by cross-domain violation. Is there something I need to do to be able to use $.ajax() using Appery proxy without using the service wrapper?