Humbedooh commented on issue #11: URL: https://github.com/apache/incubator-ponymail-foal/issues/11#issuecomment-781202693
It is highly recommended that you run the API and UI on the same port, or you will run into CORS issues like this, especially for localhost. Somethine like `ProxyPass /api/ http://localhost:8080/api/` in httpd's config should do the trick and allow you to proxy to the API server. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
