Add known-bad credentials to the Service Proxy authentication URL to
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index cfc4f89..90caf92 100644 (file)
@@ -6,7 +6,8 @@
     <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>