Closed vvanhee closed 13 years ago
You weren't doing anything wrong, the code just didn't support HTTPS app URLs. For those, the auth comes back in a different cookie (see http://stackoverflow.com/questions/3074679/why-am-i-getting-a-sacsid-cookie-from-google-appengine-login-instead-of-an-acsid/3147676#3147676). I've updated the code and it should work with an HTTPS app URL now. Let me know if it doesn't.
Works great! Thanks.
It may be that I'm doing something wrong, but I can't seem to authenticate against pages protected with ssl. I get an "UnknownAppEngineClientError" when I try to use the https: url in "andAppURL:" And if I try to use https with my auth token after successfully authenticating with the http url address, it doesn't work... Any ideas?
If I use http above and get an auth token, then I can't access the link below using https. If I use https in "andAppURL:" above, I get the "UnknownAppEngineClientError" and no auth token.
Thanks for your help!