You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to capture the packet and confirmed that chisel uses websocket to transmit TCP traffic., like this:
If the firewall only allows HTTP traffic and websocket is not allowed, chisel will not work.
Can chisel only use HTTP?
I find a similar thing called Bidirectional-streams Over Synchronous HTTP (BOSH). https://en.wikipedia.org/wiki/BOSH_(protocol)