I am building a hybrid app (HTML,CSS, JS + Native iOS code), and Would like to make calls to a web service, but this is being blocked currently by the XSS Security.
What do I need to do to turn off this security feature (or more likely provide a whitelist that is allowed to connect?)
Thanks for the help!