How can i detect an AJAX request that sent using the dev console,
the problem is: I have an application using ajax requests to send some data from javascript to my php and save this data into a database, anyone can make requests using the dev console and send manipulated data is there an way to detect the requests that made by dev console to prevent unwanted requests?