X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fapache2%2Fmkws-live;h=914b1d81795ebfa05e336d8533487b245d469074;hb=e4d67cfed9f69ad76cb81292396e11b1cbcc38a7;hp=aac6d2a3d756a3bc61d2642493c9686ee637d3b3;hpb=5ecbaf441b54c7bccb0b2eb16fa8ffb492988bb3;p=mkws-moved-to-github.git diff --git a/tools/apache2/mkws-live b/tools/apache2/mkws-live index aac6d2a..914b1d8 100644 --- a/tools/apache2/mkws-live +++ b/tools/apache2/mkws-live @@ -15,6 +15,12 @@ RewriteLog /var/log/apache2/mkws-rewrite.log RewriteRule /service-proxy-auth /service-proxy/?command=auth&action=login&username=demo&password=demo [P] # [NE,P] + # The following rule allows the server to accept service-proxy + # requests that begin with an escaped "%3F" rather than a literal + # "?". This is useful, as requests generated by ProxyPass + # elsewhere always have the leading "?" escaped for some reason. + RewriteRule /service-proxy/\?(.*) /service-proxy/?$1 [P] # [NE,P] + Header set Access-Control-Allow-Credentials true # For MKC Service Proxy