Server side limit functionality
Server side limit functionality
nessinits
Posts: 86Questions: 27Answers: 0
Hi,
I've an editor license, but for a certain ajax request I don't want the server side script (php) to respond to create, edit and delete requests. In other words the .php must only a response to a request for a certain datatable.
How can I limit the functionality of the framework in the server side script?
Kind regards,
nessinits
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
What is the condition that you want to apply. Is it basically authentication? If so, a global validator is a good why of handling this.
Allan