| robles 2004-07-26, 12:14 pm |
| Hi, I'm having some problems with the edge server, let me explain it...
first, when I'm using the edge server in transparent proxy mode and I enter, for example in altavista.com, and then click in any link the server shows this error "Error 404 - Not found - file doesn't exist or is read protected [even tried multi].", but when I specify in my browser, the IP address of the proxy (no transparent proxy), that same link seems to work well. I think the problem is in the request header because I was debugging and I realice that, when transparent proxy is used, server receives the request differently than if is not used. for example in altavista that link:
WITH TRANSPARENT PROXY: "/_ylt=A9ibyJ4qIwVBU6AALfhqCqMX" and
WITHOUT TRANSPARENT PROXY: "http://av.rds.yahoo.com/ _ylt=A9ibyJ4qIwVqCqMX;_ylu=X3oDMTA5a2djc
GNwBHNlYwN0b29scw--/SIG=114fmasip/**http:/babelfish.altavista.com/."
then the request template "PROXY - http:*" works fine without transparent proxy, but with transparent proxy does not match with any template and displays that error.
If anyone could help me with this problem I'd be very thankful! |