From 74a7bbf3b63dd94b634a679cc0beddc46671cebc Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 22 Aug 2014 12:41:31 +0100 Subject: [PATCH 1/1] Use sp_auth_path instead of sp_path. --- examples/htdocs/mike.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index ef7fc7d..e1eb59d 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -8,7 +8,7 @@ // For now, we have to provide known-bad credentials to skip user/pw login: see bug MKSP-125 // 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/", + sp_auth_path: "service-proxy/", sp_auth_query: "command=auth&action=perconfig", sp_auth_credentials: "XXX/XXX", }; -- 1.7.10.4