This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Akuli
Recipients Akuli, Dennis Sweeney, docs@python, eric.smith, hanhantw
Date 2021-12-06.13:59:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638799179.77.0.0755001945109.issue45620@roundup.psfhosted.org>
In-reply-to
Content
To me, it redirects or doesn't redirect to the drugs site, depending on what Accept-Language header your browser sends. And when the redirecting happens, the site is in chinese. (I don't speak chinese, and I don't know why my browser is sending zh-CN in Accept-Language.)


akuli@akuli-desktop:~$ curl -s -H 'Accept-Language: en-US,en;q=0.9' https://www.lahey.com/float.htm | head
<html>
<head>
<title>Lahey - Floating point</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="scripts\jrs.css">
</head>

<body>
<HTML>
<HEAD>


akuli@akuli-desktop:~$ curl -s -H 'Accept-Language: en-US,en;q=0.9,zh-CN;q=0.4' https://www.lahey.com/float.htm | head
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="https://www.hmbags.tw/">here</a></body>


Incognito mode worked for me, because it sends `Accept-Language: en-US,en;q=0.9` without any additional languages.
History
Date User Action Args
2021-12-06 13:59:40Akulisetrecipients: + Akuli, eric.smith, docs@python, Dennis Sweeney, hanhantw
2021-12-06 13:59:39Akulisetmessageid: <1638799179.77.0.0755001945109.issue45620@roundup.psfhosted.org>
2021-12-06 13:59:39Akulilinkissue45620 messages
2021-12-06 13:59:39Akulicreate