2011/9/5 Dexter <[email protected]>: > Hi > > For a standard code like this if I want hello to be served over https > only, is there some config which can be changed. I understand > application.request method has this feature to force https but how is > it to be used practically.
app.request is meant to be used only for testing. I don't think you need any changes to your app to serve it using https. All you need is configuring your webserver. Anand -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
