Im trying to reach isiscouch on my app on pythonanywhere and despite the fact that the site is whitelisted and that I'm currently a free user it just returns HTTPError: (403, 'Forbidden')
on error log. What am I missing here?
response, content = httplib2.Http().request("https://-stripped-.iriscouch.com", 'GET', None, headers)
You're probably getting the 403 from the site, then. What is in the content of the response?