标签: mule
我想将新的基本身份验证凭据发送到https出站端点。 我尝试使用 message-properties-transformer ,但它不起作用。我收到了错误信息。
我可以通过其他方式发送基本身份验证凭证吗?
答案 0 :(得分:4)
作为explained in the documentation,将凭证直接嵌入端点:
<https:outbound-endpoint address="https://user:password@mycompany.com/secure" ... />