You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was checking the network traffic to see what Google's JS is doing and the only difference from the HTML anchor seems to be sending the undocumentedss_domain parameter. However, adding that to my curl command does nothing, so the issue probably lies elsewhere.
The text was updated successfully, but these errors were encountered:
I'm able to reproduce the issue like this:
curl
command below:OK this works. So now I want to do the exact same thing with javascript.
This is the code:
I take
response.code
and input it into the samecurl
command as above. I'll get an error like this:To be sure, the redirect_uri is correct. Is this a bug in google's AS?
The code which I get via the HTML anchor looks like this:
4/0AY0e-g5ic3wkiIf3I1AQ0t2oIP0w8u4WtRMm-G-gRE83hSKtLwyBfd18sZ-NkdJQXjHmyg
and the code I get via Javascript looks like this:
4/0AY0e-g6bddl0EjaWbmov2ExohWV2NTPAbUQ--wHPvZUiW_4bx26vu-bx1NGEngz29RKboQ
(eg. no visible difference)
I was checking the network traffic to see what Google's JS is doing and the only difference from the HTML anchor seems to be sending the undocumented
ss_domain
parameter. However, adding that to mycurl
command does nothing, so the issue probably lies elsewhere.The text was updated successfully, but these errors were encountered: