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, xiaox55066
Date 2022-02-20.09:46:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645350384.63.0.403127894787.issue45620@roundup.psfhosted.org>
In-reply-to
Content
If you still have the problem, can you show us what headers your browser sends to websites? You can see that by running in Python:

    import socket
    print(socket.create_server(('127.0.0.1', 12345)).accept()[0].recv(1024).decode())

and then going to http://localhost:12345/ in your browser.

I'm especially interested in the line that starts with Accept-Language. For me, the site now works, and my Accept-Language header is:

    Accept-Language: en-US,en;q=0.9,fi;q=0.8,sv;q=0.7,pt;q=0.6,it;q=0.5,zh-CN;q=0.4,zh;q=0.3
History
Date User Action Args
2022-02-20 09:46:24Akulisetrecipients: + Akuli, eric.smith, docs@python, Dennis Sweeney, hanhantw, xiaox55066
2022-02-20 09:46:24Akulisetmessageid: <1645350384.63.0.403127894787.issue45620@roundup.psfhosted.org>
2022-02-20 09:46:24Akulilinkissue45620 messages
2022-02-20 09:46:24Akulicreate