ron_jeremy It doesn't work.
See:
0
POST http://159.203.32.129/login
null
That is what I get when doing a request ?
You have to change the url
field in config.php
to either http://forum.singletrackbc.com
or to '//' . $_SERVER['HTTP_HOST'],
Cleaner:
1) To forum url, only can perform any action via this url
`url` => 'http://forum.singletrackbc.com`
2) Can perform any action from any domain, not secure
`url` => '//' . $_SERVER['HTTP_HOST'],