Welcome Guest, Not a member yet? Register   Sign In
OpenID
#7

[eluser]bojack[/eluser]
It looks like the problem is that my host requires an .htaccess rule like this:

Code:
RewriteRule ^(.*)$ /index.php?/$1 [L]

Note the '?'. I think this is causing the GET portion of the response to fail. After authenticating, the return url looks like:

Code:
http://example.com/openidtest/check?janrain_nonce=blahblahblah...

So this new, second '?' is not setting any $_GET vars. If I set
Code:
$config['enable_query_strings'] = TRUE;
I see the following in the output profile:

Code:
$_GET['/openidtest/check']  = '';


Messages In This Thread
OpenID - by El Forum - 01-21-2008, 01:57 PM
OpenID - by El Forum - 02-18-2008, 09:02 PM
OpenID - by El Forum - 02-27-2008, 08:31 AM
OpenID - by El Forum - 03-08-2009, 09:27 AM
OpenID - by El Forum - 06-18-2009, 10:42 AM
OpenID - by El Forum - 06-19-2009, 02:55 AM
OpenID - by El Forum - 06-19-2009, 09:44 AM
OpenID - by El Forum - 12-07-2009, 01:49 PM
OpenID - by El Forum - 01-04-2010, 08:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB