Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCORSOptions

Set of CORS options

Declaration

Source position: httpdefs.pp line 716

type TCORSOptions = set of (

  coAllowCredentials,

  

Allow credentials in CORS requests

  coEmptyDomainToOrigin

  

Convert empty domain to origin in CORS

);

Description

TCORSOptions is a set of TCORSOption values. It allows combining multiple CORS configuration options for comprehensive control.


Documentation generated on: Jan 16 2026