Closed SchweinchenFuntik closed 3 years ago
The url http://localhost:8088/app/name is only used internally. So the user/browser shouldn't open it.
Some proxies might not support websocket, which is a standard nowadays. We usually recommend using SSL to prevent proxies from manipulating the traffic - which is especially a problem in corporate intranets. You can test whether this would fix the problem, by checking whether jpro.one works with the proxy.
Everything works, only full URL requests don't work. The application works for me only for the local network.
As mentioned , websocket is currently required. Some proxies don't support this. SSL helps with proxies.
Through index.html, the application normally opens, if you manually write the path to it, then it swears at sockets.
http://localhost:8088/app/name
- resultUpgrade to WebSocket required
http://localhost:8088
- workindex.html
Browser using proxy. If you need more information, I can provide