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