Our environment consists of Umbraco Master node (content editing) deployed in one server and the website behind loadbalancer
Now we are planning to use Umbraco Rest API to enable users to edit content . In our business flow there can be multiple stakeholders of their own content so are planning to provide them a interface which internally talks to Rest API rather opening our CMS to them.
But from what we understand , the content editing can only be done from the master server (https://our.umbraco.org/documentation/getting-started/setup/server-setup/load-balancing/flexible ) , so basically does that mean our RestAPI cannot be scaled and deployed in multiple servers and should be only reside on the master server.
Umbraco Rest API - In Load balancer
Hi ,
Our environment consists of Umbraco Master node (content editing) deployed in one server and the website behind loadbalancer
Now we are planning to use Umbraco Rest API to enable users to edit content . In our business flow there can be multiple stakeholders of their own content so are planning to provide them a interface which internally talks to Rest API rather opening our CMS to them.
But from what we understand , the content editing can only be done from the master server (https://our.umbraco.org/documentation/getting-started/setup/server-setup/load-balancing/flexible ) , so basically does that mean our RestAPI cannot be scaled and deployed in multiple servers and should be only reside on the master server.
Regards Raghav
Any response on this would be really helpful as we are also evaluating and stuck at the deployment model
is working on a reply...