secured ajax calls from admin page
-
How can I make an ajax call from an admin page to the admin controller?
So far the only way I saw to do ajax from an admin view was to create a separate public controller and hit that. The problem with that is exposure to the world and an additional controller. I do check the current logged in user for security, but would prefer not using something that is exposed for admin functionality.
thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘secured ajax calls from admin page’ is closed to new replies.