From 6b78268590cd03116c95426c93739c03a1e7ef4b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 25 Jun 2013 14:26:22 +0200 Subject: [PATCH] Rewrite for /service-proxy/auth in the hope that the cookie lives. --- etc/apache2/spclient-live | 1 + 1 file changed, 1 insertion(+) 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" -- 1.7.10.4