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
When php script with LightOpenID constructor call is accessed via https://
scheme AND constructor is given 'https://example.com' address $openid->realm is
malformed.
Following code:
$openid = LightOpenID('https://example.com');
echo $openid->realm;
produces
'https://https://example.com'.
where it should be:
'https://example.com'
Original issue reported on code.google.com by MKlepacz...@gmail.com on 20 Jul 2011 at 12:13
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
MKlepacz...@gmail.com
on 20 Jul 2011 at 12:13The text was updated successfully, but these errors were encountered: