Combining URL mapping and Access-Control-Allow-Origin: *
- by ksangers
I am in the progress of migrating an old banner system to a new one and in doing so I want to rewrite the old banner system's URL's to the new one. I load my banners via an AJAX request, and therefore I require the Access-Control-Allow-Origin to be set to *.
I have the following VirtualHost configuration:
<VirtualHost *:80>
ServerAdmin…