From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) From: arisawa In-Reply-To: Date: Tue, 4 Oct 2016 21:59:40 +0900 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] plan9.bell-labs.com hates AppleWebKit? Topicbox-Message-UUID: a39ccbda-ead9-11e9-9d60-3106f5b1d025 I can get proper response from http://plan9.bell-labs.com/sources/ by = using mac/osx safari. > 2016/10/03 2:42=E3=80=81James A. Robinson = =E3=81=AE=E3=83=A1=E3=83=BC=E3=83=AB=EF=BC=9A >=20 > So... Does Alcatel-Lucent have a problem with AppleWebKit > users on principle? >=20 > It looks to me as though my problem with browsing around > under http://plan9.bell-labs.com/sources/ (and other subpages) > is because the server doesn't like the User-Agent string: >=20 > $ telnet plan9.bell-labs.com 80 > Trying 135.104.24.16... > Connected to plan9.bell-labs.com. > Escape character is '^]'. > GET /sources/contrib/ HTTP/1.1 > Host: plan9.bell-labs.com > Connection: keep-alive > Cache-Control: max-age=3D0 > Upgrade-Insecure-Requests: 1 > User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) = AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 = Safari/537.36 > Accept: = text/html,application/xhtml+xml,application/xml;q=3D0.9,image/webp,*/*;q=3D= 0.8 > DNT: 1 > Accept-Encoding: gzip, deflate, sdch > Accept-Language: en-US,en;q=3D0.8 >=20 > HTTP/1.1 200 OK > Connection closed by foreign host. >=20 > And here it is again w/o the User-Agent string: >=20 > $ telnet plan9.bell-labs.com 80 > Trying 135.104.24.16... > Connected to plan9.bell-labs.com. > Escape character is '^]'. > GET /sources/contrib/ HTTP/1.1 > Host: plan9.bell-labs.com > Connection: keep-alive > Cache-Control: max-age=3D0 > Upgrade-Insecure-Requests: 1 > Accept: = text/html,application/xhtml+xml,application/xml;q=3D0.9,image/webp,*/*;q=3D= 0.8 > DNT: 1 > Accept-Encoding: gzip, deflate, sdch > Accept-Language: en-US,en;q=3D0.8 >=20 > HTTP/1.1 200 OK > Server: Plan9 > Date: Sun, 02 Oct 2016 17:29:09 GMT > Connection: close > Last-Modified: Fri, 14 Mar 2014 22:14:11 GMT > Content-Type: text/html >=20 > [... proper body returned...] >=20 > I tried playing around with the UA value and found that if I change=20 > AppleWebKit to something else such as AppleWebKis I get a > response... >=20 > Jim >=20