Search found 2 matches

by whatUwant
Tue Nov 26, 2019 12:25 pm
Forum: Support
Topic: HTTP Server Help
Replies: 14
Views: 158847

Re: HTTP Server Help

How do I enable CORS for this Http Server so that I can create a customized web server and use the original http server as the json endpoint? I don't think there is an option for that. For now you can set up a reverse proxy and add these headers there. Nginx https://nginx.org/en/docs/http/ngx_http_...
by whatUwant
Sun Aug 26, 2018 8:27 am
Forum: Suggestions
Topic: HTTPS server (via Let’s Encrypt cert?)
Replies: 4
Views: 18936

Re: HTTPS server (via Let’s Encrypt cert?)

deepdvd wrote:Until we get this feature, does anyone have an easy solution to making it secure?
I think you can set up a reverse proxy (e.g. Nginx) and enable SSL there.