Add known-bad credentials to the Service Proxy authentication URL to
authorMike Taylor <mike@indexdata.com>
Thu, 7 Aug 2014 11:39:10 +0000 (12:39 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 7 Aug 2014 11:39:10 +0000 (12:39 +0100)
skip over the user/password "login" action: see bug MKSP-125.

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>