TakahikoKawasaki / nv-websocket-client

High-quality WebSocket client implementation in Java.
Apache License 2.0
2.03k stars 292 forks source link

can this handle web console request over proxy #206

Open ahmedcooll opened 4 years ago

ahmedcooll commented 4 years ago

Am trying to achieve VMRC web console via my web application . When the target is only allow my web application request , it will not allow the direct request from the browser instead i need to redirect my WSS request via proxy tunnel. Whether this will help me ... Please help me. Thanks in advance !