Proxy Server troubles

#Tanner Burson wrote:
#> I've been working on a proxy server implementation for a
#project idea
#> I have. But I've found that it only seems to work on certain pages,
#> and not on others. I've distilled the problem down to a simple
#> implementation, but it still occurs. The code below will return a
#> (mostly) correct website if pointed at 'www.msn.com' but if
#pointed at
#> say 'slashdot.org' the browser refuses to display it, in both cases
#> the page is loaded correctly. If anyone has any ideas I'd really
#> appreciate it.
#>
#> ===proxy.rb
#>
#Take a look at socketproxy.rb at

···

Ernest Ellingson [mailto:erne@powernav.removethis.com] wrote:

#
#http://dev.ctor.org/download/
#

interesting. Will this work on cascaded proxies? Meaning, my proxy.rb does
not have direct connection to the net but connect to another proxy, eg squid
or whatever...

thanks and kind regards -botp