I need to send POST request with parametrs without using form.
I have page where user set a few parameters, then press the button and new record in database is created. After that I need to send data from database to the other webpage using post method.
Do You have any sugestion how to prepare that request?