Comment out all the beautiful special-cookie-handling code.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 13:41:23 +0000 (15:41 +0200)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 13:41:23 +0000 (15:41 +0200)
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>