MULE 4 Cookie Store

Viewed 871


I am trying to connect my MULE Application to Acumatica. First, I have to send a login request to acumatica with username and password. Acumatica will send cookies in the response header. Now whenever I have to send a request to acumatica, I need to send the cookie with the request. How can I achieve this in Anypoint studio 7.2?

1 Answers

If you are using an http endpoint, you can add a parameter in the connector, choose a header, then put the put the authorization in there. When it hits the endpoint, it will use this header.

Related