Back to shenjoku's profile
Proxy server
Posted on: September 1, 2013, at 01:17:40am

Programming a proxy server fucking sucks, seriously. It would be a huge piece of cake if I could somehow get flash to directly use my proxy and have that be the only thing being tunneled through it, but nooooooo I have to set the global proxy settings for the entire OS so every single application that uses HTTP is now trying to go through my proxy and I have to somehow figure out how to forward all the data for everything ever -_-

I swear this project seemed way easier when I was initially researching it...If only WinPCap didn't turn out to be a huge bust and fail to capture any outbound traffic, even though all the documentation clearly says that it should work.

*sighs* Probably going to start over with the proxy code and try to design it better to handle multiple connections and multiple destinations. Doesn't help that I don't fully understand how it all works.

Programming a proxy is pretty damn complicated.

  1. ok well thanks