我正在尝试使用 Google 的 oauth2.0 系统来访问日历 API。
有没有办法将查询字符串添加到 Google 的 oauth2.0 身份验证中?到目前为止,如果我想使用查询字符串进行重定向,我必须执行以下操作
- www.example.com/?query_string=1
- www.example.com/?query_string=2
- www.example.com/?query_string=3
- www.example.com/?query_string=4
- 剪断
- www.example.com/?query_string=9999999999
这既不可行,也不是良好实践的标志。