fredrik-corneliusson/click-web

Commands form-post url does not work if running behind reverse proxy

Closed this issue · 0 comments

The url to post to is absolute to the flask server. If there is a reverse proxy before flask-server this will not work.
The url should just be the url.path instead.