Can access to local API

Hello,

when I am trying to access to my local REST API, I get this error message:

"Exception": "API Gateway encountered an error. Error Message:  Downtime exception: Connection refused (Connection refused). Request Details: Service - Express Api, Operation - /someEP, Invocation Time:5:02:02 PM, Date:Jun 27, 2019,  Client IP - 172.17.0.1, User - Default and Application:null".

But I see on this post [url]http://tech.forums.softwareag.com/techjforum/posts/list/67986.page[/url] that we can’t access to a local server with the cloud gateway. Is it the same for the docker version?

Hi,

When running API Gateway in a Docker container very likely your native service is running in a separate container or on a separate host. You need to define your native service endpoints accordingly.

Best,

Thorsten