function handlePreflight() { handleCorsRequest(); header("Access-Control-Allow-Methods: POST, DELETE"); header("Access-Control-Allow-Credentials: true"); header("Access-Control-Allow-Headers: Content-Type, X-Requested-With, Cache-Control"); }
function handlePreflight() { handleCorsRequest(); header('Access-Control-Allow-Methods: POST'); header('Access-Control-Allow-Headers: Content-Type'); }