Hi Alberto, my intention was to point you to a URL that *should* be accessible. So whatever root page-node you have, let's say "test", try
[quote]http://localhost:8080/uniqa.extranet-webapp/.rest/nodes/v1/website/test[/quote] If you look at the implementation, you'll see that the above URL consist of multiple parts - host + webapp context: http://localhost:8080/uniqa.extranet-webapp - context of rest servlet: /.rest - nodes endpoint: /nodes/v1 (info.magnolia.rest.service.node.v1.NodeEndpoint) - workspace: website - path (page) of node in workspace: /test Just calling http://localhost:8080/uniqa.extranet-webapp/.rest should not work, as it is not mapped to any actual endpoint. Regards Philip -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=38fd2e42-620f-4515-998b-abf1e94c28e3 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------