projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a022b0a
)
Use sp_auth_credentials rather than obsolete credentials.
author
Mike Taylor
<mike@indexdata.com>
Thu, 21 Aug 2014 15:49:34 +0000
(16:49 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 21 Aug 2014 15:49:34 +0000
(16:49 +0100)
examples/htdocs/mike.html
patch
|
blob
|
history
diff --git
a/examples/htdocs/mike.html
b/examples/htdocs/mike.html
index
6165437
..
5d794a0
100644
(file)
--- 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/",
};