Re: [web2py] Issue about ,user_signature=True

2014-05-14 Thread Anthony
We probably need to see some code. On Wednesday, May 14, 2014 12:11:21 PM UTC-4, Ramos wrote: > > My case is > I´m on Page A , digitally signed. > Page A has a link to Page B. > Page B is not digitally signed. > i´m in Page A, i click the link to page B. I get and auth error. > If i cut the link

Re: [web2py] Issue about ,user_signature=True

2014-05-14 Thread António Ramos
My case is I´m on Page A , digitally signed. Page A has a link to Page B. Page B is not digitally signed. i´m in Page A, i click the link to page B. I get and auth error. If i cut the link to B and paste it in the url of the browser i get redirected to page A with auth error 2014-05-14 17:04 GM

Re: [web2py] Issue about ,user_signature=True

2014-05-14 Thread Marin Pranjić
So you are on page A. You click the link on page B that is not signed. Which one is signed then? Do you have any decorators on function B? Are you using the same host name on both pages? (you might be missing www. in a link for example) On Wed, May 14, 2014 at 5:47 PM, António Ramos wrote: >

Re: [web2py] Issue about ,user_signature=True

2014-05-14 Thread António Ramos
yes!! 2014-05-14 16:45 GMT+01:00 Marin Pranjić : > are you logged in? > > Marin > > > On Wed, May 14, 2014 at 5:28 PM, António Ramos wrote: > >> Hello i use user_signature=True in an app. >> >> I recently moved it to a linux(centos)box at webfaction >> >> suddenly i get "Not authorized" when cli

Re: [web2py] Issue about ,user_signature=True

2014-05-14 Thread Marin Pranjić
are you logged in? Marin On Wed, May 14, 2014 at 5:28 PM, António Ramos wrote: > Hello i use user_signature=True in an app. > > I recently moved it to a linux(centos)box at webfaction > > suddenly i get "Not authorized" when clicking a link to page B in a page A > that has a signed url > > the

[web2py] Issue about ,user_signature=True

2014-05-14 Thread António Ramos
Hello i use user_signature=True in an app. I recently moved it to a linux(centos)box at webfaction suddenly i get "Not authorized" when clicking a link to page B in a page A that has a signed url the link to page B is not a signed url http://xxx.pt//myapp/default/equip/97?emp=131 It shows th