<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi,<br>
      On 08/19/2015 11:57 AM, Chino Aureus wrote:<br>
    </div>
    <blockquote
cite="mid:CAPf-y_-Q4UAK6Jwrtahiw3k4GgwoxFhWDV_bjELoJ3WhrXU1pA@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div dir="ltr"><br>
        <div>Hi NGinx users,</div>
        <div><br>
        </div>
        <div>Not sure if this is off topic. </div>
        <div><br>
        </div>
        <div>Need help on what would be the recommended
          setup/architecture for consuming external web apis (e.g.
          twitter, Facebook APIs) securely from an application deployed
          in an internal network.   And how NGINX can augment in this
          use case.<br>
        </div>
        <div><br>
        </div>
        <div>This is what I have in mind but I'm not sure if this is a
          supported setup of nginx.</div>
        <div><br>
        </div>
        <div>InternalAPP --> (DMZ)  NGINX ->  external web api.</div>
        <div><br>
        </div>
        <div>Appreciate any advise :)</div>
      </div>
    </blockquote>
    <br>
    If you're trying to limit your application calls to outside, ex.
    let's say your app can connect only to:<br>
    <br>
    api.google.com <br>
    <br>
    or <br>
    <br>
    api.facebook.com<br>
    <br>
    this seems more a job for a forwar proxy, typically squid.<br>
    <br>
    <br>
    <blockquote
cite="mid:CAPf-y_-Q4UAK6Jwrtahiw3k4GgwoxFhWDV_bjELoJ3WhrXU1pA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>Regards,</div>
        <div>Chino</div>
      </div>
    </blockquote>
    <br>
    Frederik<br>
  </body>
</html>