How do I restrict insecure http connection in play frame work? If it is spring boot I would do something like below
http.requiresChannel().antMatchers("/text").requiresSecure().and().authorizeRequests()
How do I restrict insecure http connection in play frame work? If it is spring boot I would do something like below
http.requiresChannel().antMatchers("/text").requiresSecure().and().authorizeRequests()