Package version:

Interface SignalRCorsSettings

Cross-Origin Resource Sharing (CORS) settings.

Hierarchy

  • SignalRCorsSettings

Properties

Properties

allowedOrigins?: string[]

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.

Generated using TypeDoc