Options for CORS (Cross-Origin Resource Sharing) configuration
Source position: httpdefs.pp line 713
type TCORSOption = ( |
||
coAllowCredentials, |
|
Allow credentials in CORS requests |
coEmptyDomainToOrigin |
|
Convert empty domain to origin in CORS |
); |
TCORSOption defines individual options for CORS configuration. These options control various aspects of cross-origin resource sharing behavior.