👩💻 Join our community of thousands of amazing developers!
This is a simple trick I use to debug connection issues with the mule app deployed to CloudHub. First of all its important to understand that there are different ways to set up your application 1. Using shared load balancer (i.e. cloudhub.io domain) with HTTP protocol. In this scenario, the client application makes a request to a shared load balancer URL using HTTP protocol. The SLB forwards the request to the upstream mule application listening on port 8081....