Share via


BlobCorsRule.AllowedOrigins Property

Definition

The origin domains that are permitted to make a request against the storage service via CORS. The origin domain is the domain from which the request originates. Note that the origin must be an exact case-sensitive match with the origin that the user age sends to the service. You can also use the wildcard character '*' to allow all origin domains to make requests via CORS.

public string AllowedOrigins { get; set; }
member this.AllowedOrigins : string with get, set
Public Property AllowedOrigins As String

Property Value

Applies to