On 18/11/2024 11:20, Russell L. Harris wrote:
On Mon, Nov 18, 2024 at 10:30:06AM +0700, Max Nikulin wrote:
Are there any errors in Console ([Ctrl+Shift+K])?
Right click on any entry allows to copy or to save all messages.
The message id is russell#1
I suspect that GL canvas on an error page is fingerprinting for the sake
of protection against web scrapping or DDoS. Missed hardware graphics
acceleration might add some score to classify your profile (new and thus
unknown to trackers) as a bot.
Can you access the site from Windows immediately after getting 429 from
Linux? It may help to distinguish ban based on public IP vs.
fingerprinting (the latter may include local private IP and many other
info).
You may try the following:
- Make a pause for several hours
- Open a new tab
- Open the "Network" tab in developer tools
- Enable persistent logs (a checkbox in the gear menu)
- Navigate to the site in this tab
- Check if you get an error immediately or after several redirections
(3xx code)
- You may compare if request&response headers for first and last
"document" request are similar. Click on entries in the network request
table.
In the case of multiple redirections and enabled persistent logs,
console may contain more messages.