...
POST and PUT parameters should be passed as body part of request. Request body's content-type
is application/www-form-data.
HydraOMS answer content-type
is application/json
.
Proxy controllers
Proxy controllers are used as an middleware for requests from third-party application to HydraOMS. They check data send by widget and pass it to HydraOMS backend with adding auth headers and other necessary information.
...