We are running into an issue when locating the it-hit webdavsystem ajax browser behind a reverse proxy.
In our case we are listening on port 8123, then serving up on port 443 from the outside.
It seems when we click on a folder in the ajax browser it’s responding on the listening port 8357 and not the requested port 443.
This is all hosted on Windows server in IIS.
Anyone have a workaround? Perhaps re-write the response URL's some how?