小程序post请求报错 400 The referrer does not match the host.
来源:16-3 申请免费https证书 和 上程序送审步骤
weixin_慕用8531315
2020-10-28
环境:
前端:微信小程序
后端: flask+nginx+uwsgi
错误原因:网页版get、post均可正常访问小程序get请求没问题,发送POST请求报 400错误 badrequest The referrer does not match the host.
错误图片:
小程序前端请求格式:
小程序请求header: 也试过content-type为application/text
后端ngnix配置:
补充:用postman模拟下程序请求,更改referer为自己的域名/xx/可正常访问
写回答
1回答
-
编程浪子
2020-10-30
你好
看下图我发现你不是配置了nginx限制?
00
相似问题
