This idea is to match the resource against the URIMap and then look for a zFS file in a given directory with the same name as the URIMap.
For example, if you have URIMaps called payroll and HRApps, then the CORS content to be returned would be put in individual files with those names in a directory called "ussconfig/web/optionsresponses".
ie. "ussconfig/web/optionsresponses/payroll" and "ussconfig/web/optionsresponses/HRApps".
If there was no file with the same name as the URIMap, then the existing hardcoded 'not allowed' response would be returned.
This idea is to match the resource against the URIMap and then look for a zFS file in a given directory with the same name as the URIMap.
For example, if you have URIMaps called
payrollandHRApps, then the CORS content to be returned would be put in individual files with those names in a directory called "ussconfig/web/optionsresponses".ie. "ussconfig
/web/optionsresponses/payroll" and "ussconfig/web/optionsresponses/HRApps".If there was no file with the same name as the URIMap, then the existing hardcoded 'not allowed' response would be returned.