As I understand it, this module provides for us querying multiple entities based on (effectively) a query string such as..
?type=article
Thus, I am expecting...
/node.xml?type=article
...to return to me a very useful XML representation of Article nodes on my site but it consistently returns me 'Access denied'.
Likewise, when I try...
/node.xml?type=article
I am returned 'undefined'.
Now I am logged in as UID:1 and I definitely have published Articles in place.
Now I might be deluded here but I swear I once visited /node.xml and/or node.json and got a whole listing of all nodes in either format. Please shout me down if I am wrong!
Any advice gratefully received.
For completeness here, I am using the latest () version but I was experiencing the same results when using the previous DEV and BETA releases.
Thanks
Comments
Comment #1
sano commentedyou might have been logged into the site, but your REST client (request) wasn't, therefore you got access denied.