Cakephp 3 - How to send POST request from controll

2019-06-08 17:15发布

问题:

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?