Re: [cgiapp] Authentication for AJAX?

2016-05-18 Thread jerry
On 05/18/2016 06:17, Brad Van Sickle wrote: > I might be misunderstanding your problem... but why can't you use the > CGI::App framework for this? An AJAX request is still a request after > all. *** An interesting thought. Instead of having lots of separate AJAX server-side files, I would have

[cgiapp] Authentication for AJAX?

2016-05-17 Thread jerry
Hello All, I have been using CGI::Application to run my homebrew LAMP tools for several years. Now, I am starting to move away from a pure CGI environment to a bit of AJAX. But I don't want to abandon CGIAPP - I have a large investment in server-side code that uses it. Getting into