I'm doing a web system with php, which has a conditional deviation to check if the request is a repeated post or not, I did this to ensure I would not be giving multiple repeated inserts in the database, however it has a part of the system that needs to repeat the post request even if it is repeating, and this is not happening, anyway the questions are:
How the server differentiates a POST request and How can I differentiate this post request.