仅删除某些请求的安全性 wso2 api 管理器

Remove security only for some requests wso2 api manager

是否可以使用 WSO2 API 管理器版本 3.

删除我的 api 列表中某些特定请求的安全性

例如,我有以下要求

/customer - post
/products - get
/customer/address - get

就我而言,我不需要 /products - get 的安全性。

更新

我尝试了@Pubci 获取请求响应的建议

Invalid Credentials. Make sure your API invocation call has a header: 'Authorization : Bearer ACCESS_TOKEN' or 'Authorization : Basic ACCESS_TOKEN' or 'apikey: API_KEY

对于每个资源,您可以enable/disable安全。

  1. 转到资源选项卡。
  2. 点击相关资源
  3. 禁用安全。
  4. 发布API

请参考附图。

发布api参考附图