aishwarya85 POST http://www.example.com/login null This message is shown in debug. This message comes when I login or register using mobile. And I am unable to login or register. On desktop works fine.
luceos aishwarya85 please do not mention dev's personally. The support tag helps with that. Do you have more debug than that? What are the headers being returned?
aishwarya85 Font from origin 'http://example.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.example.com' is therefore not allowed access.
aishwarya85 XMLHttpRequest cannot load http://example.com/forum/fin/login. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.example.com' is therefore not allowed access. The response had HTTP status code 404.
cbmainz To log in/sing up you need to have the exact same url as set in config.php. I had the problem with http vs. https (https://forum.mydomain.com is set in config.php), unter http://forum.mydomain.com I couldn't log in.