moneymarketing wrote on 4
th Feb, 2022 at 10:19pm:
I can think of two reasons:
1. It is a page for logged in users only, so if a non-logged in user tries to view it is normal to point an error.
2. It is a page that is not supposed to load standalone, only through a so called ajax request (think of it a partial load of the content) only allowed to be called and loaded from the server itself.
Mostly it's the second one because I tried to open the link even after logging in and it still pointed an error.
The actual URL is:
https://www.mytrafficvalue.com/shareholders/market.htmlHowever it's called with parameters required for the content to load for it, and it also takes into account the user's session cookies.