Header Injection Policy

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  …

Share this:
Read More

IP Whitelist

IP 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…

Share this:
Read More

IP Blacklist

IP 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…

Share this:
Read More

Basic Authentication – Simple

Basic 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…

Share this:
Read More

Basic Authentication – Client ID enforcement

Basic 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…

Share this:
Read More