public interface StaticResourceCorsConfig
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllowedOrigins()
The allowed origins.
|
Set<String> |
getExtraHeadersAllowedToBeRead()
The extra headers a browser will be allowed to read.
|
Set<String> |
getExtraHeadersAllowedToBeSent()
The extra headers a browser will be allowed to send.
|
int |
getMaxAgeInSeconds()
The max Age a preflight request can be cached.
|
boolean |
isAllowCookies()
Are cookies allowed?
|
Set<String> getExtraHeadersAllowedToBeRead()
Set<String> getExtraHeadersAllowedToBeSent()
boolean isAllowCookies()
int getMaxAgeInSeconds()
Copyright © 2016. All rights reserved.