I’m not sure if there is a wicket-y way to do this.

In the environment where I’m deploying my wicket app (google cloud + kubernetes 
+ docker + tomcat), a request that came in to the load balancer under insecure 
http is forwarded to wicket, and identified by the request containing an 
“x-forwarded-proto” header with the value “http”.  I need to redirect such 
requests to the https version of the site.

Is there a way in wicket to look at a request header and send a redirect before 
any of the usual URL processing happens?

Thanks!
Boris



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to