setenvif

  1. slowaways

    Access-Control-Allow-Origin Multiple Origin Domains

    Is there a way to allow multiple cross-domains using the Access-Control-Allow-Origin header in OpenLiteSpeed? I try this code in Rewrite but without success: SetEnvIf Origin "http(s)?://(www\.)?(domain1.example|domain2.example)$" AccessControlAllowOrigin=$0$1 Header add...
Top