[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Proxy Server troubles

Peña, Botp

4/23/2005 3:59:00 AM

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

#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
#
#http://dev.ctor.org...
#

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