Copied to clipboard

Flag this post as spam?

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


  • Amigo 243 posts 568 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 349 posts 1100 karma points MVP 7x 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.

Please Sign in or register to post replies

Write your reply to:

Draft