Hi All,
We are working on building Experience Builder applications and one of the vital parts of this service for us is to seamlessly present these applications as part of our web architecture. We are currently using Apache to deliver our web services.
How it currently works. => Address bar `https://subdomain.ourdomain.com:3001/experience/0/`
How we want it to work = > Address bar `https://subdomain.ourdomain.com/`
I would usually use ProxyPass for this, but I'm running into errors of `Proxy Error 502 "Reason: Error reading from remote server"`
Has anyone been able to property reverse proxy the experience builder app to route from standard ports :80 and :443?