[web2py] Re: Simple Wiki Markmin Google docs viewer needs HTTPS

2015-10-07 Thread A3
Yes @auth.requires_login(), after removing it works. But ... How can I protect my pages when I want to use the viewer? Op vrijdag 25 september 2015 05:29:07 UTC+2 schreef Massimo Di Pierro: > > Is there any @auth.require* protection for the url that serves the xls > document? The viewer is a goo

[web2py] Re: Simple Wiki Markmin Google docs viewer needs HTTPS

2015-09-24 Thread Massimo Di Pierro
Is there any @auth.require* protection for the url that serves the xls document? The viewer is a google app and it does not share your credentials. It wants the doc to be public. On Wednesday, 23 September 2015 08:50:35 UTC-5, A3 wrote: > > Hi Massimo: > I tried it: browser is no longer complai

[web2py] Re: Simple Wiki Markmin Google docs viewer needs HTTPS

2015-09-23 Thread A3
Hi Massimo: I tried it: browser is no longer complaining about mixed content but .. the viewer is not showing anything. I tried to open the document in the viewer using the rendered link: https://docs.google.com/viewer?url=https://www.myserver.com/application/default/index/3/testexcel.xls&embedded

[web2py] Re: Simple Wiki Markmin Google docs viewer needs HTTPS

2015-08-20 Thread A3
Also tried to force insecure: this shows me the HTML page in the box. -- 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 beca

[web2py] Re: Simple Wiki Markmin Google docs viewer needs HTTPS

2015-08-20 Thread Massimo Di Pierro
Made a change in master branch that uses https instead of http for this. Please try it. On Wednesday, 19 August 2015 16:39:14 UTC-5, A3 wrote: > > Hi, I tried to use the Simple Wiki and found the following problem: > I uploaded an excel file in page media. > On the wiki page I used the link to th