From: Mike Taylor Date: Mon, 11 Aug 2014 09:21:26 +0000 (+0100) Subject: Undo inadvertent previous commit -- should have been on "mike" X-Git-Tag: 1.0.0~339^2 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=91da280808ca16c883522f65f1c8a15fcde1e1ff Undo inadvertent previous commit -- should have been on "mike" --- diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 934fd6e..90caf92 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -7,11 +7,8 @@ var mkws_config = { pazpar2_url: "//sp-mkws.indexdata.com/service-proxy/", // For now, we have to provide known-bad credentials to skip user/pw login: see bug MKSP-125 - service_proxy_auth: undefined, - // Was: //sp-mkws.indexdata.com/service-proxy/?command=auth&action=perconfig&username=XXX&password=XXX -// pp2_hostname: "sp-mkws.indexdata.com", -// sp_path: "service-proxy/", -// credentials: "XXX/XXX", + 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 };