X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.js;h=439ee36296e72a8350c4fe1bb7ae99747fe89db8;hb=758eff59c297d8ec0fe709b63d6612729abdc7a8;hp=725754b307a27a16342197b7143b42a275cedb2d;hpb=933299da5719f2b5d12f00ee632ca4fd1ceb1c44;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 725754b..439ee36 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -1084,7 +1084,7 @@ function mkws_service_proxy_auth(auth_url, auth_domain, pp2_url) { debug("Run service proxy auth URL: " + auth_url); if (!auth_domain) { - auth_domain = pp2_url.replace(/^http:\/\/(.*?)\/.*/, '$1'); + auth_domain = pp2_url.replace(/^https?:\/\/(.*?)\/.*/, '$1'); debug("guessed auth_domain '" + auth_domain + "' from pp2_url '" + pp2_url + "'"); }