WSO2中如何通过url参数发送数据
How to send data through url params in WSO2
我想知道如何在 wso2 中为类似于 http://localhost/mytestapi/123456 的 url 添加 url 参数,其中 123456 是我想传递给 mytestapi api.
您可以像下面这样定义 API 和端点。我给出了一个带有端点映射的示例 API。有关详细信息,请查看 Map the Parameters of your Backend URLs with the API Publisher URLs
上的此文档
我想知道如何在 wso2 中为类似于 http://localhost/mytestapi/123456 的 url 添加 url 参数,其中 123456 是我想传递给 mytestapi api.
您可以像下面这样定义 API 和端点。我给出了一个带有端点映射的示例 API。有关详细信息,请查看 Map the Parameters of your Backend URLs with the API Publisher URLs
上的此文档