Layer7 API Management

 View Only
  • 1.  Using a reverse proxy for API Portal

    Posted Jul 09, 2019 10:20 AM
    If the API portal is hosted within the intranet, is it a good practice or a standard to utilize a proxy server like Apache hosted on the DMZ to front all the externally generated traffic to the portal ?

    In such a case, would the Proxy server primarily just enable reverse proxying or is it used to terminate SSL (we could terminate the traffic at the Load balancer, so not sure if this feature is necessary) and take up other roles such as authenticating the user and passing on a token to portal ?


  • 2.  RE: Using a reverse proxy for API Portal
    Best Answer

    Broadcom Employee
    Posted Jul 18, 2019 03:01 PM
    I wouldn't say it's a standard practice to do that, no. Doesn't mean it can't be done, but just isn't what we typically see done in customer environments. Generally customers will simply use a load balancer in front of the Portal to take the traffic and present a desired hostname, and more. I would not set it up for terminating SSL, SSL should be done at the target application level in ideal circumstances.