Relative Content

Tag Archive for javaspringspring-securitycors

Authorization header filtered out by cors

I’m using Spring Security 6.3.1 and it seems cors is filtering out my authorization header. I made sure that the request from my webapp contains the header but when i try to get it in my JwtAuthorizationFilter the header is filtered out. A Postman call works as intended.
My WebSecurityConfiguration with the global cors settings looks like this: