Having a separate mobile site on a subdomain which has the name m.domain
instead of domain
:
When I try to login on ios devices with openid I get an error page from google but not if I use the site from my desktop.
chrome mobile is ok, it is just safari. I thought those server variables would stay the same no matter what?
Can someone explain that?
EDIT: There really is not much to output in the form of an error except that openid needs to have the "www" in it's authorization request because I compared the strings. It errors in the "realm" variable wich is set by "SERVER['HTTP_HOST']" in the lightopenid library.