From 72cd7bfd705eeda14cf9cf850eb070f60b9e754e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 21 Aug 2014 16:49:34 +0100 Subject: [PATCH] Use sp_auth_credentials rather than obsolete credentials. --- examples/htdocs/mike.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 6165437..5d794a0 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -9,7 +9,8 @@ // Was: //sp-mkws.indexdata.com/service-proxy/?command=auth&action=perconfig&username=XXX&password=XXX pp2_hostname: "x.sp-mkws.indexdata.com", sp_path: "service-proxy/", - credentials: "XXX/XXX", + sp_auth_query: "command=auth&action=perconfig", + sp_auth_credentials: "XXX/XXX", // ### This should automatically follow pp2_hostname pazpar2_url: "//x.sp-mkws.indexdata.com/service-proxy/", }; -- 1.7.10.4