Search code examples
ibm-mobilefirstworklight-adapters

IBM Worklight - securityTest="wl_unprotected" causes adapter to not work


I am calling a public adapter procedure and have assigned securityTest="wl_unprotected" to it. If I call the procedure via URL, it works fine, but when calling from device/app then it's not working...

What could be the reason?


Solution

  • As discussed by email, the issue is not in the way the adapter procedure is being setup in the adapter XML, but IMO in the way the client-side code is handling it.

    This question is not so fit to Stackoverflow...