fredrik-corneliusson / click-web

Serve click scripts over the web
MIT License
265 stars 17 forks source link

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

Closed fredrik-corneliusson closed 3 years ago

fredrik-corneliusson commented 3 years ago

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.