1

I am trying to bypass my ISP DPI. I found a program called PowerTunnel hosted in GitHub that can do the trick.

When I was surfing on the GUI, I found packet chunking. I want to know, how does it work, but technically speaking. I would appreciate a deep explanation how it works.

3
  • 1
  • Yeah, but how does the destination server understand the chunked package?
    – Pixie
    Commented Feb 8, 2023 at 21:36
  • chunking is a response thing, so the server is sending you a stream, not the other way around. as for how its understood, HTTP/1.1 compliant servers and browsers must implement the specification such that it works. a response with "chunked" set in its transfer-encodings HTTP header will be treated as chunked. Commented Feb 8, 2023 at 22:31

0

You must log in to answer this question.

Browse other questions tagged .