Using the API via LAN
- This topic has 1 reply, 2 voices, and was last updated 5 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › Using the API via LAN
Hi, I am trying to access the AEP API via eth0 interface, but nothing is returned. Is it possible for the API to be configured to listen on an interface other than the local loopback? netstat -an
shows that port 80 is listening on all interfaces but we are unable to get any data back when calling the API using eth0 IP address. It also looks like the requests are forwarded to HTTPS, and I’m unsure how to manage this or configure it differently.
Thanks
@akopan
Try connecting via HTTPS on port 443. The connection to port 80 is most likely getting redirected to port 443 HTTPS. If your application code is not handling redirection it will not work.
Jeff