On Wed, 9 Feb 2022 11:37:37 +0100 Teodoro Santoni <asbras...@gmail.com> wrote:
Dear Teodoro, > A reverse proxy is vital only if your server can serve only HTTP(S) > and little else. Otherwise it just prevents urls from looking ugly: > you can serve your other process for input process on another port and > put http://your.url:12345 in the form's action attribute. yes, thanks for clearing that up. Form handling can be done on a completely separate port, and possibly even on a separate machine if you scale it up that much. With best regards Laslo