【发布时间】:2018-08-30 22:17:15
【问题描述】:
我正在使用 mule 3.3.2。我想在 https 请求中设置一些标头。在 http:outbound-endpoint 我使用 http:request-builder 添加标头。但它在 https:outbound-endpoint 中不起作用。
任何帮助将不胜感激。
【问题讨论】:
标签: java rest https mule mule-esb
我正在使用 mule 3.3.2。我想在 https 请求中设置一些标头。在 http:outbound-endpoint 我使用 http:request-builder 添加标头。但它在 https:outbound-endpoint 中不起作用。
任何帮助将不胜感激。
【问题讨论】:
标签: java rest https mule mule-esb
要向 https 请求添加标头,set-property 标签有效。
【讨论】: