Following on from: https://enterprisedt.com/questions/index.php/12302/can-host-wrap-the-http-application-for-completeftp-elsewhere
I now have a 90% working version of the site from github, where redirects to index.jss are being forwarded from a front-end web server to the completeftp http services.
The download function however does not work, as the redirection enters a loop:
When accessing the filemanager fully hosted in CompleteFTP, the download function opens a popup, then proceeds to complete the action in that new window.
When I am forwarding requests, the window opens then a series of requests to a URL such as:
http://localhost:8080/FileManager/2/index.jss?download=/NewFolder/New+file.txt
...occurs. (localhost:8080 being my front end server)
This is proving hard to debug as I can't seem to get browser based debuggers to follow the popups.
Any help you can offer would be appreciated!