I\'ve queried and doesn\'t work out what I\'ve found. Is there any way to redirect to give url with POST method using Javascript or jquery?
Here the idea is to send data to server while you redirect user to another webpage without using the GET method and maintaining a cosmetic appearance to your URL. So we are going to use the same procedure of sending a Form with POST method.
HTML/Javascript code for creating the form and submitting it to server:
Receiving this data in PHP:
In this way, users will be redirected to receive.php with some data being informed in a POST method.