Adding cors feature for virtual service
- Cors feature it is already onboarded in
azure/m1*-master
branches - Cross Origin feature will allow to receive communications from different origin website/host (such as adminui use-case when installed outside of the appgw LB).
- AdminUi will require this feature if it is installed in a different host.
- Any other application which uses external host will require this feature (Mostly for webui applications).
- DISABLED by default to avoid unexpected behavior on brownfield environments, No downtime expected
More information about cors:
Edited by Arturo Hernandez [EPAM]