Hi All,
I am learning how I can leverage Micro-gateway on on-premis infrastructure, And I am able to spin-up a POC, and able to send request and get response back.
However what I don't get is, if I make a HTTP request to Apigee endpoint e.g.
http://myorg-eval-test.apigee.net/hello/echo, it also executes and I get back the same request/response,
isn't meant to pass only through Micro-gateway - Node.js app - ONLY, rather than the Apigee, Edge endpoint as well ? or there is a way of restricting the request to only allow from Micro ?
Thanks