23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.66k stars 612 forks source link

upload file via a reverse proxy to nodejs example failed #214

Open sequoiar opened 9 years ago

steffentchr commented 9 years ago

Can you be more detailed in the report?

MM-Lehmann commented 4 years ago

I can confirm the issue. When running a flask app on a server which is behind a reverse proxy, the upload will be stuck at 0% and the server never receives data. note: due to the reverse proxy setup, the flask server never gets the real client ip but instead the proxy ip.