In my Publish interface, there is a form where I enter all the required details. Upon submitting the form, the page creation should occur in the Author instance. When the form is hosted on the Author instance, submitting it successfully creates the page in Author. Similarly, when the form is hosted on the local Publish instance, submitting it creates the page in Publish. I need help ensuring that, regardless of where the form is hosted, the page creation always happens in the Author instance.
Views
Replies
Total Likes
Hi @bhavani_pampari_303 ,
You need to route the publish form submission back to the Author instance instead of creating pages directly on Publish. In practice, the form action on Publish should call a secure endpoint on Author via Dispatcher/replication agent, servlet, or API, and only Author should handle page creation. Publish must never create pages directly.
Are there any reference documentation or links to this?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies