I have a post request to script1.php that redirect with 307 status to script2.php a post request with the same data received in script1.php , my question is if it is possible to alter the post data in script1.php before making the redirect so in script2.php to recieve the new post data? The status doesn't have to be 307 but for what I know only with this one you can redirect a post request but can't alter the data.
Thank you!