Well, thinking this a bit more, I believe that it's entirely possible for a site to deny access to its home page according to the user agent.
I just stumbled on this:
https://www.popularmechanics.com/scienc ... t-vehicle/
clicking on the link for the word 'published', the linked site (
www.sciencedirect.com) reports an error with PM:
Code: Select all
There was a problem providing the content you requested
Please contact our support team for more information and provide the details below.
However, creating a new preference with a fake user agent such as this:
general.useragent.override.www.sciencedirect.com;Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0
is enough to get the sciencedirect.com site to display the linked article.
So it's possible that a similar trick could work for the original poster, maybe there was a specific user agent set that the web server was denying.