With jsFiddle, an AJAX form is served to the client. I would like to make sure that all AJAX calls are made with the form at jsfiddle.net/MyUsername
. I would like to validate the requests with PHP on the destination server.
Is it possible ? If so, how ?