I want to know how do I only accept local Ajax call.
I have some pages that I need to use Ajax, however I don't want any external IP to make ajax call in that address, what should I do?
There is some htaccess command or PHP to stop that?
Thanks for help.