📜  对于一些有效的网址,我在 requests.get() python 代码示例中也得到了 403

📅  最后修改于: 2022-03-11 14:47:05.252000             🧑  作者: Mango

代码示例1
HTTP Error 403 Forbidden Python Request
If you still get a 403 Forbidden after adding a user-agent , you may need to add more headers, such as referer : ... The headers can be found in the Network > Headers > Request Headers of the Developer Tools.Jul 9, 2019