Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Amigo 231 posts 506 karma points
    Oct 04, 2015 @ 21:34
    Amigo
    0

    Content from other umbraco site

    I need to show some content (specific nodetypes) from another umbraco installation (7+)

    What would be the best approach/practice? Publish the things wih rss on site a and grab that on site b? Hook on to site a database with sql calls from site b? Any other smart or new ideas? :D

  • Lars-Erik Aabech 348 posts 1096 karma points MVP 4x c-trib
    Oct 05, 2015 @ 05:08
    Lars-Erik Aabech
    0

    I would go for RSS or just a simple custom Web API / Webservice call. SQL means you'll have to open up your infrastructure (firewall, etc) unless the sites are on the same server(s).

    In any case, a custom api controller gives you more flexibility in case you'd ever need to add some logic or transform the data on it's way out.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies