我正在为访问 Google Drive 进行初始授权。我想在“state”参数中传递一个完整的 URL,这样我就可以从我在“redirect_uri”中发送的页面名称进行额外的重定向。所以我的请求 URL 看起来像这样......
https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=000000000000.apps.googleusercontent.com&redirect_uri=https%3A%2F%2Fmy.server.com%2Fx%2Fws-catch.php&scope=https% 3A%2F%2Fwww.googleapis.com%2Fauth%2Fdrive&access_type=offline& state=https%3a%2f%2fmy.server.com%2fRoot%2fDirectory%2fGoogle.php%3fpid%3dc907a55c-87f8-4ba8-8a16-478a9e6cba70%26prov %3dsrv50758c7a0cfcd6.527662862
请注意,“state”参数是 URL 编码的。谷歌文档说这个参数是往返的,所以我得到了我传入的值。但是,当它到达“redirect_uri”中指定的页面时,状态参数似乎已经部分解码。这是当我拒绝身份验证请求时浏览器会去的地方......
注意未编码的“?” 字符现在在“状态”参数中。这是谷歌重定向时的问题吗?我读了一篇文章,建议对我可以做的参数进行 base64 编码,但我想了解为什么它不能使用 URL 编码。
***编辑
这是来自 Google 的原始 302。应该与上面粘贴的 URL 相同。
HTTP/1.1 302 Moved Temporarily
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Date: Thu, 14 Feb 2013 16:23:37 GMT
Location: https://my.server.com/x/ws-catch.php?error=access_denied&state=https://my.server.com/Root/Directory/Google.php?pid%3Dc907a55c-87f8-4ba8-8a16-478a9e6cba70%26prov%3Dsrv50758c7a0cfcd6.527662862
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 325
Server: GSE