Explicit sp auth
authorMike Taylor <mike@indexdata.com>
Tue, 25 Jun 2013 12:31:48 +0000 (14:31 +0200)
committerMike Taylor <mike@indexdata.com>
Tue, 25 Jun 2013 12:31:48 +0000 (14:31 +0200)
experiments/spclient/index-somesite.html

index dce4f1f..f383292 100644 (file)
@@ -9,7 +9,7 @@
       var mkws_config = { 
       use_service_proxy: true,
       service_proxy_url: "http://mkws.indexdata.com/service-proxy/",
-      service_proxy_auth: "http://mkws.indexdata.com/service-proxy/auth",
+      service_proxy_auth: "http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=guest&password=guest",
       }; 
     </script>
     <script type="text/javascript" src="mkws-complete.js"></script>