[rt-users] Using Ajax with Mason in RT

Thomas Sibley trs at bestpractical.com
Wed Aug 15 12:00:37 EDT 2012


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/).




More information about the rt-users mailing list