标签: python-3.x python-requests
我通过CURL工具测试了api。我得到了正确的响应,但是函数'requests.get'却没有得到。
这是我的卷发
MALLOCX_ARENA
这是我的代码:
arena_start
为什么我会得到不同的答复?
答案 0 :(得分:1)
您正在定义标头字典,但未将其用于请求。您应该通过名为get的参数将其传递给headers函数
get
headers
res=requests.get(your_url, headers=headers)