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

[eluser]jakub[/eluser]
[quote author="bojack" date="1245444262"]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']  = '';
[/quote]

To me it didn't seem like adding the 'RewriteRule' is necessary, I was able to just update:
Code:
$config['enable_query_strings'] = TRUE;
And it worked for me, however now I have run into a cURL issue with PHP on Windows, which

I am trying to fix using this reference:
http://www.vividreflection.com/blog/secr...n-windows/

Remember to enable the profiler if you are questioning wether GET/POST vars are coming through:
Code:
$this->output->enable_profiler(TRUE);


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