IBM Mobilefirst 平台 - 尝试连接到 HTTP 适配器时访问被拒绝

IBM Mobilefirst platform - Access denied when trying to connect to HTTP Adapter

我有一个本机 android 应用程序,它应该与 HTTP 适配器通信。但是,当我尝试连接到适配器时,我收到以下响应 - “拒绝访问 原因:由于缺少领域的 ChallengeHandler 而失败 - {1}"

这个错误是不言自明的。但是我没有在适配器上启用任何身份验证。因此我不确定为什么会收到此错误。无论如何,有什么办法可以禁用身份验证吗?我是初学者,我只想要应用程序和适配器之间的端到端通信。

来自评论:

Attempt to add securityTest="wl_unprotected" to your procedure definition in the adapter XML file.