Posted by sisko on May 2, 2011 at 7:53pm
Hi guys,
I have the Services 6.x-2.4 module installed on a Drupal 6 site.
I am attempting to use REST but I am having difficulties getting things working.
For instance, http://mysite.com/services/xmlrpc returns some kind of feedback that the server is working.
While http://mysite.com/services/rest returns nothing and I am not sure if the server is actually working.
Can anyone offer some direction, please?
Comments
REST resources
Got my REST server working and accessible through URIs - however to my horror when I opened up the node resource I was able to query nodes that had embedded PHP and the REST server served up the clear text PHP code including DB passwords etc - can someone guide me a bit as to how I would make a custom module exposed singularly through a REST uri as opposed to opening up generic resources ?
Thanks