Are you using web2py ajax or jQuery.ajax, I don't see why it shouldn't works with the later, but with the former I think it's not possible since it is a web2py subset of jQueyr ajax functions intent to work in a certain context within web2py.
http://web2py.com/books/default/chapter/29/11 Richard On Wed, Aug 1, 2012 at 4:42 PM, simon <[email protected]> wrote: > I have a page served by a php application where a button makes an ajax > call to a web2py controller. However when it arrives the request.ajax field > is false and it then tries to redirect to the login page. > > Is it possible to make an ajax call to a web2py server from a non-web2py > page and send the response back to the callling page? Am I doing it wrong? > > -- > > > > --

