For several weeks, possibly over a month now, I have been unable to access this forum.
I always get a "403 Forbidden" response from the server.
At first I assumed that the forum was down for maintenance and the admins needed some time to get it working again.
But after several weeks I figured that maybe something on my side is causing the problem, and I started troubleshooting.
Now I found out that the 403 response is sent depending on the user agent string that the browser sends in the HTTP request.
The default user agent of my browser is:
Code: Select all
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
Versions up to 109.0 or 124.0 and above work fine.
Code: Select all
works:
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
doesn't work:
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0
through
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/123.0
works:
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/124.0
If I put in the string for a Linux system "(X11; Ubuntu; Linux x86_64; rv:141.0)", the result is the same.
I hope this can be fixed, so that I don't have to use some addon to fake the user agent.
Regards,
Nils
P.S. Please, no comments about me still using Windows 7. It's the only operating system that fulfills my requirements for an OS. At least until my own OS is finished, which can only be a matter of decades.
Edit: Looks like I'm not the only one having this issue: viewtopic.php?p=642861.