You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
Hi, I'm currently using Spring Boot and I would like to request for a way to configure the Access-Control-Expose-Headers value set when responding to CORS requests. This is required, for example, to be able to access custom response headers coming from CORS responses.
The new configuration path could be like this (following the convention you use here): stormpath.web.cors.exposed.headers
Then you just need to set the exposed headers on this class:
Hi, I'm currently using Spring Boot and I would like to request for a way to configure the Access-Control-Expose-Headers value set when responding to CORS requests. This is required, for example, to be able to access custom response headers coming from CORS responses.
The new configuration path could be like this (following the convention you use here):
stormpath.web.cors.exposed.headers
Then you just need to set the exposed headers on this class:
stormpath-sdk-java/extensions/spring/stormpath-spring-webmvc/src/main/java/com/stormpath/spring/config/AbstractStormpathWebMvcConfiguration.java
Line 1577 in 3134dde
The text was updated successfully, but these errors were encountered: