Hacker News new | ask | show | jobs
by Thorentis 2282 days ago
> We send it in 2 parts: first comes GET / HTTP/1.0 \n Host: www.you and second sends as tube.com

How does this even work? "www.you" won't return a valid HTTP response and "tube.com" won't either. How can you fetch the content at "youtube.com" but splitting the domain name in half? Won't you get two completely wrong responses that don't fit together?

1 comments

It's split across two network packets. It's still one request for the web server.
might add another fake packet that confuse DPI.