google app engine - How do I force all requests to use https on a custom domain in appengine? -


i have certificate set up. http://www.example.com , https://www.example.com both works.

however, want route traffic http://www.example.com go https://www.example.com.

how can appengine? i'm using python.

add app.yaml:

handlers:  - url: your_url   script: your_script   secure: 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -