My execution gets to Equity.get_companies(), which posts;
response = requests.get( url=f"{self.base_url}/rest/companies", headers=self.headers )
This response is now a 403 error. Upon inspection this is what is included at the end of response.content:
class="font2">Access Denied
\r\n
You do not have access to trading212.com\r\n
The site owner may have set restrictions that prevent you from accessing the site.
Contact the site owner for access or try loading the page again.
Do you think T212 have now locked us out?
My execution gets to Equity.get_companies(), which posts;
response = requests.get( url=f"{self.base_url}/rest/companies", headers=self.headers )This response is now a 403 error. Upon inspection this is what is included at the end of response.content:
class="font2">Access Denied
\r\nYou do not have access to trading212.com\r\n
The site owner may have set restrictions that prevent you from accessing the site.
Contact the site owner for access or try loading the page again.
Do you think T212 have now locked us out?