GetLinuxWebAppSiteConfigCor

data class GetLinuxWebAppSiteConfigCor(val allowedOrigins: List<String>, val supportCredentials: Boolean)

Constructors

Link copied to clipboard
constructor(allowedOrigins: List<String>, supportCredentials: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of origins that should be allowed to make cross-origin calls.

Link copied to clipboard

Whether CORS requests with credentials are allowed.