AZSCorsRule Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | AZSCorsRule.h AZSCorsRule.m |
allowedOrigins
The domain names allowed via CORS.
@property (strong) NSMutableArray *allowedOriginsDiscussion
The domain names allowed via CORS.
Declared In
AZSCorsRule.h
exposedHeaders
The response headers that should be exposed to client via CORS.
@property (strong) NSMutableArray *exposedHeadersDiscussion
The response headers that should be exposed to client via CORS.
Declared In
AZSCorsRule.h
allowedHeaders
The headers allowed to be part of the CORS request.
@property (strong) NSMutableArray *allowedHeadersDiscussion
The headers allowed to be part of the CORS request.
Declared In
AZSCorsRule.h
allowedHttpMethods
The HTTP methods permitted to execute.
@property AZSCorsHttpMethod allowedHttpMethodsDiscussion
The HTTP methods permitted to execute.
Declared In
AZSCorsRule.h
maxAgeInSeconds
The length of time in seconds that a preflight response should be cached by the browser.
@property NSInteger maxAgeInSecondsDiscussion
The length of time in seconds that a preflight response should be cached by the browser.
Declared In
AZSCorsRule.h