I'm trying to enable CORS for all subdomains, ports and protocol.
Typically, I'd like to enable request from origins matching (and limited to):
//*.mywebsite.com:*/*
Just like the guy below :
The same issue with Apache
They have found a way to make it work for the Apache, But what about...