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

TCORSSupport.AllowedMethods

HTTP methods allowed for CORS requests

Declaration

Source position: httpdefs.pp line 748

published property TCORSSupport.AllowedMethods : string
  read FAllowedMethods
  write SetAllowedMethods;

Description

AllowedMethods specifies the HTTP methods permitted for cross-origin requests. Common methods include GET, POST, PUT, DELETE, and OPTIONS.


Documentation generated on: Jan 16 2026