Thanks Anthony,
Right there in the core documentation. Should have known.
On Thursday, February 27, 2014 9:02:36 PM UTC-5, Anthony wrote:
>
> A little easier:
>
> request.requires_https()
>
> That will redirect to the currently requested URL, but with https instead
> of http.
>
> Anthony
>
> On Thursday, February 27, 2014 6:27:18 PM UTC-5, Limedrop wrote:
>>
>> Try this:
>>
>> session.secure()
>> if not request.is_https:
>> redirect('https://%s/%s' % (request.env.http_host,
>> request.application))
>>
>>
>> On Friday, February 28, 2014 11:46:20 AM UTC+13, Cliff Kachinske wrote:
>>>
>>> I know I have read it somewhere, but I can't find it.
>>>
>>> Where can I find out how to force all requests to https?
>>>
>>> Thank you,m
>>> Cliff Kachinske
>>>
>>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.