SignalRCorsSettingsResponse

data class SignalRCorsSettingsResponse(val allowedOrigins: List<String>? = null)

Cross-Origin Resource Sharing (CORS) settings.

Constructors

Link copied to clipboard
constructor(allowedOrigins: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedOrigins: List<String>? = null

Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.