Fred Luartes

Results 1 comments of Fred Luartes

Here's what I did to retain the basic Auth in GET request and apply CSRF in POST request: ``` @Bean public SecurityFilterChain filterChain(HttpSecurity http) throws Exception { http .csrf(csrf ->...