Even if the request comes over https; inner redirection of play (controller.action call) sends it to http. So my facebook app being blocked by some browsers. The app is on Heroku by the way.
There is some solutions to redirect all request to https, but we don't want this. I need the solution; if request comes as http then process it as http, same for https..
Thanks