MuleSoft API Manager provides below three ways to add Basic Authentication for APIs HTTP basic authentication using Simple Security Manager Client ID Enforcement with Custom Expression Client ID Enforcement with HTTP Basic Authentication Header HTTP basic authentication using Simple Security Manager In order to add HTTP basic authentication, you will first need to add Simple Security Manager object. Simple Security Manager…
Month: October 2017
API AutoDiscovery – Mule API Manager
Mule API Manager offers two different solutions to add a API Manager for an API. Endpoint with Proxy Basic Endpoint In the first approach, Mule is essentially creating a new proxy application with logic to copy headers and forwarding traffic to configured API. The newly created proxy application is deployed in Mule Cloudhub which will consumer additional worker. This setup…
DataWeave | Tips
As the name suggests, this post is to capture few tips while using DataWeave for easy transformation of incoming payload into desired payload: If this then that Conditional logic in DataWeave is achieved by using when and otherwise. Below example shows two usecases of this: