I am creating a hybrid application (HTML, CSS, JS + Native iOS code) and would like to make calls to a web service, but this is currently blocked by XSS Security.
What do I need to do to disable this security feature (or rather provide a whitelist that is allowed to connect?)
Thanks for the help!
source
share