微信开发后台用egg被禁止了路由重定向
a security problem has been de
tected for url "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxaf4b4a767b7ecdfa&redirect_uri=http%3a%2f%2ft1.x.cn%2foauth&response_type=code&scope=snsapi_userinfo&state=123#wechat_redirect", redirection is prohibited.
源码是this.ctx.redirect('https://open.weixin.qq.com/co...
把这个重定向的链接redirect_uri后面的拿出来单独放到微信里可以访问。
请教是不是egg的安全设置有问题呢
用的是natapp转的
csrf: {
enable: false,
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到原因了,domainWhiteList加入'.qq.com'