<?php
// Take a POST HTTP request and save it as a file.
// header("Access-Control-Allow-Origin: *");
$vFile = "json/sessions2018.json"; // Test
file_put_contents($vFile, file_get_contents("php://input"));
?>