Cors
class Cors
Represents a CORS configuration. Supported only for HTTP APIs. See Configuring CORS for more information.
Types
Properties
Link copied to clipboard
Specifies whether credentials are included in the CORS request. Supported only for HTTP APIs.
Link copied to clipboard
Represents a collection of allowed headers. Supported only for HTTP APIs.
Link copied to clipboard
Represents a collection of allowed HTTP methods. Supported only for HTTP APIs.
Link copied to clipboard
Represents a collection of allowed origins. Supported only for HTTP APIs.
Link copied to clipboard
Represents a collection of exposed headers. Supported only for HTTP APIs.