Server side limit functionality

Server side limit functionality

nessinitsnessinits 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

Answers

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin
    Answer ✓

    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

This discussion has been closed.