World Bank API 是在 API Cloud 中创建的,它可以从 API 控制台以及通过本地网关的 curl 命令调用。
curl -X GET --header 'Accept: text/xml' --header 'Authorization: Bearer 942967aa-9e7f-3c4b-823e-87da7cf6e6ee' 'https://localhost:8243/t/devmr/wb/1.0.0/countries/usa' -k
确保消费者应用程序只能通过本地网关调用的推荐做法是什么?