Set of CORS options
Source position: httpdefs.pp line 716
type TCORSOptions = set of ( |
||
coAllowCredentials, |
|
Allow credentials in CORS requests |
coEmptyDomainToOrigin |
|
Convert empty domain to origin in CORS |
); |
TCORSOptions is a set of TCORSOption values. It allows combining multiple CORS configuration options for comprehensive control.