Отправить данные POST от контроллера на другой сайт в Rails

User submits a form with some basic data.

The data is received and treated by an action in the controller and more information that needs to remain private is added.

Then I need to send a post request to an external website with all of the combined data from the controller.

Каков наилучший способ сделать это?

Ответы на вопрос(4)

Ваш ответ на вопрос