CorsOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines options to control Cross-Origin Resource Sharing (CORS) for an index. https://docs.microsoft.com/rest/api/searchservice/Create-Index
public class CorsOptions
type CorsOptions = class
Public Class CorsOptions
- Inheritance
-
CorsOptions
Constructors
CorsOptions() |
Initializes a new instance of the CorsOptions class. |
CorsOptions(IList<String>, Nullable<Int64>) |
Initializes a new instance of the CorsOptions class. |
Properties
AllowedOrigins |
Gets or sets the list of origins from which JavaScript code will be granted access to your index. Can contain a list of hosts of the form {protocol}://{fully-qualified-domain-name}[:{port#}], or a single '*' to allow all origins (not recommended). |
MaxAgeInSeconds |
Gets or sets the duration for which browsers should cache CORS preflight responses. Defaults to 5 minutes. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET