I have a problem with making a GET request to one website.
let it be
blah-blah.comso when I request MyClass.get(
blah-blah.com) response is full and browser-identical
but request to some particular object (for example
blah-blah.com/level/1/pants/1) returns some anti-bot response:
"out robot protection system decided that robot acts on your behalf and limited access to our site"
I have no malicious intentions to that website, but still how can I pretend to be a browser from httparty?
thank you in advance!