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

TCORSSupport.MaxAge

Maximum age for CORS preflight cache in seconds

Declaration

Source position: httpdefs.pp line 754

published property TCORSSupport.MaxAge : Integer
  read FMaxAge
  write FMaxAge;

Description

MaxAge specifies how long browsers may cache CORS preflight responses. This value is sent in the Access-Control-Max-Age header to control preflight caching.


Documentation generated on: Jan 16 2026