python中发送post请求时,报错“Unrecognized token 'xxxx': was expecting ('true', 'false'

Posted 麻绵~~

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python中发送post请求时,报错“Unrecognized token 'xxxx': was expecting ('true', 'false'相关的知识,希望对你有一定的参考价值。

解决办法:

如请求参数为 data={“user”=“aaa”,“pwd”=“123456”,sign=“00000000000000”}

需要将参数data先做处理,调用函数datas=datajson.dumps(datas,separators=(‘,‘,‘:‘));

然后在发送post请求request.post(url,datas,.....)


以上是关于python中发送post请求时,报错“Unrecognized token 'xxxx': was expecting ('true', 'false'的主要内容,如果未能解决你的问题,请参考以下文章

vue中post请求报400的解决

前端react axios 发送post请求fastapi响应报错422 (Unprocessable Entity)

python中scrapy怎么发送一个post请求

python发送post请求上传文件,无法解析上传的文件

nodejs post 请求soap 报错.大神求助

使用 Python 向 API Prestashop 发送 POST 请求