Comment out all the beautiful special-cookie-handling code.
[mkws-moved-to-github.git] / etc / apache2 / spclient-live
index 65d0444..1c052ca 100644 (file)
     ProxyPass        /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/
     ProxyPassReverse /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/
 
-    PerlOptions +Parent
-    PerlSwitches -I/home/indexdata/mkws/etc/mod_perl
-    <Location /service-proxy/>
-       PerlInputFilterHandler MyApache2::CopyCookie
-       PerlOutputFilterHandler MyApache2::CopyCookie
-    </Location>
+    # Although what follows works perfectly well, it's no use to us:
+    # IE8/9 are unable to set or read ANY headers when operating in
+    # CORS mode.
+    #
+    #    PerlOptions +Parent
+    #    PerlSwitches -I/home/indexdata/mkws/etc/mod_perl
+    #    <Location /service-proxy/>
+    #        PerlInputFilterHandler MyApache2::CopyCookie
+    #        PerlOutputFilterHandler MyApache2::CopyCookie
+    #    </Location>
 </VirtualHost>