From: Mike Taylor Date: Tue, 25 Jun 2013 12:26:22 +0000 (+0200) Subject: Rewrite for /service-proxy/auth in the hope that the cookie lives. X-Git-Tag: 0.9.1~533^2~3 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=6b78268590cd03116c95426c93739c03a1e7ef4b;p=mkws-moved-to-github.git Rewrite for /service-proxy/auth in the hope that the cookie lives. --- diff --git a/etc/apache2/spclient-live b/etc/apache2/spclient-live index 59e5a2b..dfffffd 100644 --- a/etc/apache2/spclient-live +++ b/etc/apache2/spclient-live @@ -15,6 +15,7 @@ RewriteLogLevel 1 RewriteLog /var/log/apache2/mkws-rewrite.log RewriteRule /service-proxy-auth /service-proxy/?command=auth&action=login&username=guest&password=guest [P] # [NE,P] + RewriteRule /service-proxy/auth /service-proxy/?command=auth&action=login&username=guest&password=guest [P] # [NE,P] Header set Access-Control-Allow-Origin "http://somesite.indexdata.com"