【发布时间】:2016-08-04 18:15:25
【问题描述】:
我在 WSO2 AM 中使用 HTTP 端点时遇到问题,
<ams:fault xmlns:ams="http://wso2.org/apimanager/security">
<ams:code>900906</ams:code>
<ams:message>No matching resource found in the API for the given request</ams:message>
<ams:description>Access failure for API: /rest/v1, version: v1. Check the API documentation and add a proper REST resource path to the invocation URL</ams:description>
但是,如果使用地址端点,它就可以工作,
更改为不起作用的 HTTP 端点,
【问题讨论】:
-
错误日志显示没有找到匹配的资源。请确保附加您在发布者中为 GET 请求定义的资源路径。