Reading cookies in Mule ESB
If Mulesoft is good in anything it’s the lack of examples and documentation. I find myself busy with trial and error programming quite often. Now: reading a cookie from a HTTP request from an HTTP connector. So what I do is sending out an HTTP-request and get a response, which contains a cookie (e.g. session id). I have to use the value of the cookie in all the following request I am making to...