From: Mike Taylor Date: Mon, 11 Aug 2014 08:08:17 +0000 (+0100) Subject: Config for building the PP2/SP URLs from pieces. X-Git-Tag: 1.0.0~344 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=341ad06916c718ccb0e7ad3bc70e36821fd57c3a;p=mkws-moved-to-github.git Config for building the PP2/SP URLs from pieces. --- diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 90caf92..934fd6e 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -7,8 +7,11 @@ 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: "//sp-mkws.indexdata.com/service-proxy/?command=auth&action=perconfig&username=XXX&password=XXX" - // For explicit credential-based authentication, add: &username=orex&password=orexmkc + 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", };