RE: access readersdigest

From: Zivojnovic Ranko <ranko@dont-contact.us>
Date: Mon, 18 Nov 1996 20:13:07 +0200

So let's put that in both 1.0 and 1.1 so that squid comply with IETF.

Thanx,

Ranko

----------
From: Duane Wessels[SMTP:wessels@nlanr.net]
Sent: 18 November 1996 19:52
To: Ong Beng Hui
Cc: squid-users@nlanr.net
Subject: Re: access readersdigest

ongbh@staff.singnet.com.sg writes:

>> Recently we've encountered problems accessing www.readersdigest.com thru
>> proxy cache. The server's software they are using is OneServer
>> (www.connectinc.com).
>
>Got a quick fix for this.
>
>Apparently, this very OneServer doesn't recognize the "Forwarded: by..."
>header. Simply comment off this following code in http.c should
>fix it.
>
>if (cfd > -1 && opt_forwarded_for) {
> sprintf(ybuf, "%s for %s\r\n", ForwardedBy, fd_table[cfd].ipaddr);
>} else {
> sprintf(ybuf, "%s\r\n", ForwardedBy);
>}
>
>By the way, is "Forwarded:" a value HTTP header ? Can't find
>it on the HTTP/1.0 and HTTP/1.1 spec.

Hmm, yes indeed. This is what you get for implementing draft specs I
suppose. Forwarded: was used in earlier versions of
draft-ietf-http-v11-specNN, but now I see they are calling it "Via:".

Duane W.
Received on Mon Nov 18 1996 - 10:15:53 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:33:34 MST