[web2py] Re: redirect an upload

2017-06-12 Thread Dave S
[continuing the subthread on broken pipes] On Friday, June 2, 2017 at 6:11:05 PM UTC-7, Dave S muttered and muttered: > A winnders client, using wininet, just keeps sending to port 80. >>> >> I'm trying to get tcpdump to tell me if the redirect is sent; my first >>> attempts don't see it. >>

[web2py] Re: redirect an upload

2017-06-04 Thread e27gis
I do not know what is going on. Le vendredi 26 mai 2017 21:35:41 UTC+2, Dave S a écrit : > > I have a function shove() with decorator @request.restful(), used to > handle uploading a file, and as part of moving to https, I have a check for > https and redirect if it isn't s-full. > > > @request.

[web2py] Re: redirect an upload

2017-06-02 Thread Dave S
On Friday, June 2, 2017 at 4:34:56 PM UTC-7, Dave S wrote: > > > > On Tuesday, May 30, 2017 at 11:15:46 PM UTC-7, Dave S wrote: >> >> >> >> On Tuesday, May 30, 2017 at 2:59:58 PM UTC-7, Marlysson Silva wrote: >>> >>> The request.requires_https() is written on top of models file once time.. >>> >>

[web2py] Re: redirect an upload

2017-06-02 Thread Dave S
On Tuesday, May 30, 2017 at 11:15:46 PM UTC-7, Dave S wrote: > > > > On Tuesday, May 30, 2017 at 2:59:58 PM UTC-7, Marlysson Silva wrote: >> >> The request.requires_https() is written on top of models file once time.. >> >> And to respect of redirect .. Could you use the absolute URL .. Create >

[web2py] Re: redirect an upload

2017-05-30 Thread Dave S
On Tuesday, May 30, 2017 at 2:59:58 PM UTC-7, Marlysson Silva wrote: > > The request.requires_https() is written on top of models file once time.. > > And to respect of redirect .. Could you use the absolute URL .. Create > completly > > The doc of URL() have this.. > I went back to the model

[web2py] Re: redirect an upload

2017-05-30 Thread Marlysson Silva
The request.requires_https() is written on top of models file once time.. And to respect of redirect .. Could you use the absolute URL .. Create completly The doc of URL() have this.. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Re: redirect an upload

2017-05-29 Thread Dave S
On Monday, May 29, 2017 at 5:34:44 AM UTC-7, Marlysson Silva wrote: > > You tried use the request.requires_https() in your models? > > No, I didn't -- missed completely on that. However, it looks like it's a decorator I need to use in the controller (In this case, in front of call())

[web2py] Re: redirect an upload

2017-05-29 Thread Marlysson Silva
You tried use the request.requires_https() in your models? Em sexta-feira, 26 de maio de 2017 16:35:41 UTC-3, Dave S escreveu: > > I have a function shove() with decorator @request.restful(), used to > handle uploading a file, and as part of moving to https, I have a check for > https and redire