Header Injection Policy Header Injection policy adds headers to a request or response To Start with we will create an mule application and connect it with API manager – please see how we can connect the mulesoft application to API Manager After deployment in Cloudhub the API manager configuration will come as Active …
Read MoreIP Whitelist IP Whitelist policy allows a list or range of IP addresses to access and interacts with a configured API endpoint. To Start with we will create an mule application and connect it with API manager – please see how we can connect the mulesoft application to API Manager After deployment in Cloudhub…
Read MoreIP Blacklist IP Blacklist policy controls access to a configured API endpoint from a single IP address or a range of IP addresses. To Start with we will create an mulesoft application and connect it with API manager – please see how we can connect the mulesoft application to API Manager After deployment of…
Read MoreBasic Authentication – Simple Basic authentication is simple and most widely used authentication mechanism in HTTP based services or APIs. The client sends HTTP requests with the Authorization HTTP header that contains the word Basic word followed by a space and a base64-encoded string username:password . For example, to authorize as username/password the client would send below HTTP header…
Read MoreBasic Authentication – Client ID enforcement Basic authentication – Client ID enforcement is simple and most widely used authentication mechanism in HTTP based services or APIs. The client sends HTTP requests with the Authorization HTTP header that contains the word Basic word followed by a space and a base64-encoded string username:password . For example, to authorize as username/password the…
Read MoreOAuth 2.0 Implementation Using Mule OAUTH2 Provider OAuth 2.0 Implementation Using Mule OAUTH2 Provider – In this tutorial I will demonstrate how can we create the Mule OAUTH 2.0 provider using CLIENT_CREDENTIALS as Grant Type and deploy the same on Mule Runtime and get the bearer token value and also I will demonstrate how…
Read More