xhrDummyMethod.php 206 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?php //Just a dummy end point to use in HTTP method calls like PUT and DELETE. //This avoids getting a 405 method not allowed calls for the tests that reference //this file. header("HTTP/1.1 200 OK"); ?>