我可以使用邮递员发送邮件请求。但我失败了python请求库:
headers = {'Content-Type': 'application/xml'}
r = requests.post(url, data=xml, headers=headers)
为什么邮差测试没问题? postman和python请求帖子有什么区别?
答案 0 :(得分:1)
好-只需回答这个问题,因为@OluwafemiSule的原始链接现在返回404。在Postman中,在“发送”下拉菜单正下方的右上侧是一个标有“代码”的小文本按钮。按下该键,您可以选择查看以多种语言(包括python / requests)运行的传输编码。截至02/2019的更新链接:https://learning.getpostman.com/docs/postman/sending_api_requests/generate_code_snippets/#___gatsby