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

THandleCORSOption

Options for handling CORS requests

Declaration

Source position: httpdefs.pp line 718

type THandleCORSOption = (

  hcDetect,

  

Detect CORS requests option

  hcFull,

  

Full CORS handling option

  hcHumanReadable,

  

Human readable CORS handling option

  hcSend

  

Send CORS headers option

);

Description

THandleCORSOption defines options that control how CORS requests are handled. These options affect the processing and response generation for cross-origin requests.


Documentation generated on: Jan 16 2026