skip over the user/password "login" action: see bug MKSP-125.
<script type="text/javascript">
var mkws_config = {
pazpar2_url: "//sp-mkws.indexdata.com/service-proxy/",
- service_proxy_auth: "//sp-mkws.indexdata.com/service-proxy/?command=auth&action=perconfig"
+ // For now, we have to provide known-bad credentials to skip user/pw login: see bug MKSP-125
+ service_proxy_auth: "//sp-mkws.indexdata.com/service-proxy/?command=auth&action=perconfig&username=XXX&password=XXX"
// For explicit credential-based authentication, add: &username=orex&password=orexmkc
};
</script>