Utilizando servidores detrás de un Proxy Inverso
Es posible utilizar servidores detrás de proxies inversos a través de xhr-polling, con algunas limitaciones.
Como se describe Websockets sind kein Teil des HTTP-Protokolls, auch wenn die erste HTTP-Anfrage wie eine HTTP-Anfrage aussieht, ist sie es tatsächlich nicht. Daher unterstützen die meisten bekannten Reverse-Proxys keine Websockets und verwerfen viele wichtige Bereiche der ersten Websocket-Anfrage.
If you know that the server is behind reverse proxy, disable Websockets by setting this option in Clients\www\software\html5\settings.js :
disablewebsocket = true;
Cela imposera l'utilisation de XHR-Abfrage y evitar retrasos al conectarse.
If you do not have a file named “settings.js” in the “C:\Program Files (x86)\TSplus\Clients\www\software\html5” folder, then your TSplus version is older and this documentation does not apply. Please update your system first or contact support.
Please note that the usage of XHR-polling is not as stable as Websockets due to its connection nature.
La otra limitación al usar la sondeo Xhr a través de un proxy inverso es el pobre soporte en la carga de archivos. Mientras se trabaja con XHR en conexión directa, realizado por ejemplo a través de un proxy inverso de Apache, Apache puede interrumpir accidentalmente la carga del archivo.