Add commented-out non-proxied version of the SP auth URL.
This DOES NOT work: the error message in the JavaScript console is:
XMLHttpRequest cannot load http://sp-mkc-sansa.indexdata.com:8080/service-proxy/?command=auth&action=check,login&username=orex&password=orexmkc. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://x.example.indexdata.com' is therefore not allowed access.
I think this must be because of the mod_perl magic on
mkws.indexdata.com, which I'd all but forgotten about. From
mkws/tools/apache2/mkws-live:
PerlOptions +Parent
PerlSwitches -I/home/indexdata/mkws/tools/mod_perl
<Location /service-proxy>
PerlOutputFilterHandler MyApache2::SetACAO
</Location>