问题
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?
来源:https://stackoverflow.com/questions/52282299/cakephp-3-how-to-send-post-request-from-controller-action