Header Removal Policy In this tutorial we will demonstrate how can we apply the Header Removal Policy In Mule using API manager. API Manager supports policies for removing HTTP headers from a request or response. The policies take effect before sending the request or response. The Header Removal policy performs the following actions: Prevents…
Read MoreHeader 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 MoreWhat all different API policies should be applied on different API levels like Experience, Process and System Level? Experience XML or JSON threat protection – this will protect against the oversized XML or JSON payload Client ID enforcement – authentication is need for proper use of an API, only client authorized can use the…
Read MoreAPI Manager What is API Manager? API Manager is a component of Anypoint Platform for managing APIs. API Manager manages APIs that reside in Exchange API Manger is used to apply the policies on APIs Please visit this url for more information What is API Autodiscovery? API Autodiscovery is used to pair the API…
Read MoreAPI Manager – Auto-Discovery API auto-discovery is a mechanism that manages an API from API Manager by pairing the deployed application to an API created on the platform. In this use case we will deploy the application through Anypoint Studio First update the AnyPoint Studio with Anypoint Platform credentials –same credential will be used…
Read More