我试图在pythonanywhere上的应用程序上找到isiscouch,尽管该网站已列入白名单并且我目前是免费用户,但它只是在错误日志中返回HTTPError: (403, 'Forbidden')
。我在这里缺少什么?
response, content = httplib2.Http().request("https://-stripped-.iriscouch.com", 'GET', None, headers)
答案 0 :(得分:1)
你可能从网站上获得了403。回复的内容是什么?