我以前使用过 python 请求。但是,现在我在这个特定的网站Jiomat.com上遇到了 404 问题。
当我尝试从本地服务器发送请求时,它给了我 200 作为响应。当我完成项目并将其部署在 Digital Ocean 服务器上后,我收到 404 作为响应。我不知道为什么。有没有人遇到过同样的问题?我得到了 200 个响应,而不是Jimart.com所有其他网站。
我的系统配置 Python 3.8.6、Ubuntu 20.0、Python Requests
site = requests.Session()
res = site.get('https://www.jiomart.com/')
print(res)