On 08/15/2012 08:44 AM, Paul Tomblin wrote: > 4. Turn off any inheritance with > <%flags> > inherit => undef > </%flags>
Please note that this step completely bypasses any authentication and request setup that RT normally does. Users who are *not logged in* will be able to request your ajax endpoint, regardless of where it is in the directory tree (i.e. it doesn't have to be under /NoAuth/). It it not necessary to simply return JSON (see the autocomplete endpoints under share/html/Helpers/Autocomplete/).
