Using the API via LAN

Home Forums Conduit: AEP Model Using the API via LAN

Tagged: , , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27987

    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

    #27989
    Jeff Hatch
    Keymaster

    @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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.