Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 mule ESB 定期访问 rest api,并将响应 JSON 保存到磁盘。
基本上,我需要使用 https:inbound-endpoint 来执行类似的操作:
curl -H "Authorization: Bearer XXXXX" -k https://somehost.com/api
在骡子。
我可以从任何工作示例开始吗?
基本上,您需要配置 https 连接器并创建一个密钥库或使用 JDK 上的密钥库。
mule 文档页面包含一个非常简单的示例,其中包含逐步设置。