Hi I am working with Any Point Studio and i want to pass headers with the current request with a key value pair How to achieve that using existing HTTP Component.
相关问题
- How to filter an array of JSON in Mule DataWeave
- Mule processing strategies - call async private fl
- [javax.xml.bind.UnmarshalException: unexpected ele
- Mule ESB: Retrieving email messages from Gmail usi
- Why does Mule DataWeave array map strip top level
相关文章
- How to implement Mule HTTP GET Method redirect?
- convert xml to soap request using xslt transformat
- How to convert SOAP web service to REST web servic
- Spring3 Dependency Injection not working with mule
- Singleton Startup Mule Component/Flow
- Mule ESB:Context Property Placeholder
- Testing sub-flows in Mule
- how to fix build errors for Maven Mulesoft code
You can invoke the HTTP Inbound through Mule Client, here is an example:
The HTTP headers are in the inbound-scoped properties of the MuleMessage. To get the header from a flow, you can use:
You can also set header using the Property component or Message properties for setting multiple header data see below: