PlayFramework HTTPS routes only in prod mode, HTTP in dev mode?

The only easy way to change the way this works from Dev to Prod mode, is by leaving Play in HTTP only, and then securing your whole site in Prod mode by fronting it with an HTTP server like NGinx, Lighttp or Apache This approach means that your application stays the same in both modes, and the configuration is done at a higher layer than your application This approach however will mean your entire site will become HTTPS, but I don't actually see this as being a bad thing, in fact it may give your users a little more confidence in the security of your entire site.

1 +1 for all HTTPS. If you have a cookie for running a session over HTTP, it's a one-click hijack on most WiFi networks. – Will Iverson Jul 13 at 21:56.

The only easy way to change the way this works from Dev to Prod mode, is by leaving Play in HTTP only, and then securing your whole site in Prod mode by fronting it with an HTTP server like NGinx, Lighttp or Apache. This approach means that your application stays the same in both modes, and the configuration is done at a higher layer than your application. This approach however will mean your entire site will become HTTPS, but I don't actually see this as being a bad thing, in fact it may give your users a little more confidence in the security of your entire site.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions