From: Mike Taylor Date: Tue, 19 Aug 2014 17:06:46 +0000 (+0100) Subject: Remove explicit port-8585 from local SP address. X-Git-Tag: 1.0.0~39^2~7^2~4^2~15 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=06e000215f777ef6c174a00b7b0abffa1b5a22fe Remove explicit port-8585 from local SP address. Instead we will proxy this via Apache2. That will allow us to add the Access-Control-Allow-Credentials header. --- diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index e48a0be..7a2b759 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -8,11 +8,11 @@ // For now, we have to provide known-bad credentials to skip user/pw login: see bug MKSP-125 service_proxy_auth: undefined, // Was: //sp-mkws.indexdata.com/service-proxy/?command=auth&action=perconfig&username=XXX&password=XXX - pp2_hostname: "x.sp-mkws.indexdata.com:8585", + pp2_hostname: "x.sp-mkws.indexdata.com", sp_path: "service-proxy/", credentials: "XXX/XXX", // ### This should automatically follow pp2_hostname - pazpar2_url: "//x.sp-mkws.indexdata.com:8585/service-proxy/", + pazpar2_url: "//x.sp-mkws.indexdata.com/service-proxy/", };