Hello Everyone,
We have a MindLAMP server up and running behind our corporate firewall. What we would like to do next is expose the APIs as public through our Akana platform. If we do this then the server configuration used in the MindLAMP App would look something like the following:
https://<corporate API URL>/<API Service Name>/<Version Number>
translated it looks as such:
http://api.abc.com/MindLAMPAPI/v1
Is this an acceptable configuration for the mobile app? We have Traefik currently running but can remove if necessary.
Thanks