I was thinkig about it, do you know where I should look for some example?
I tried to find something to start with but I am not sure what I am looking for.
Okay, thank you Alex, so API controller is way to go. With events I was working before so I am familiar with it, the only unkown area for mi is comunication between 2 separated applications
Content manipulation between applications
Hi all,
Is it possible to manipulate the content from www.example1.com on second application www.example2.com?
This applications are completly separated.
Help please :)
Hi Josin
No, you can't
It would be huge security issue if possible :) You need some kind of connection between sites and some kind of actions to make changes.
Thanks,
Alex
Hi Alex,
What I wanted to do is when member creating account on website1 to check if account with that username exist on website2 if not than create it.
Is there any way to achieve it?
BR
Hi Josip,
You can create a combination of events and API. Just call website2 API methods in the member creation event of a website1.
Thanks,
Alex
I was thinkig about it, do you know where I should look for some example? I tried to find something to start with but I am not sure what I am looking for.
BR
I can't find docs page for MEmber Events, but this is how to subscribe to the event - https://our.umbraco.com/documentation/getting-started/Code/Subscribing-To-Events/
About events in general - https://our.umbraco.com/documentation/Reference/Events/
How to create an API controller in Umbraco - https://our.umbraco.com/documentation/reference/routing/webapi/
Okay, thank you Alex, so API controller is way to go. With events I was working before so I am familiar with it, the only unkown area for mi is comunication between 2 separated applications
BR
Josip
is working on a reply...