From: Mike Taylor Date: Thu, 21 Aug 2014 15:49:34 +0000 (+0100) Subject: Use sp_auth_credentials rather than obsolete credentials. X-Git-Tag: 1.0.0~39^2~7^2~4^2 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=72cd7bfd705eeda14cf9cf850eb070f60b9e754e;hp=a022b0aff97e41fd4a6bbc6e9a1684490800e4d8 Use sp_auth_credentials rather than obsolete credentials. --- 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/", };