I am trying to build a basic Web Service on Google's App Engine using the Restlet framework.
I've setup a basic setup and followed Fine-grained Authentication with RESTlet to create a very simple authenticated set of resources. I've tested this in Chrome and it prompts me to login which I do and then that lets me access the resource.
Now, my issue is how do I set this up coming from an Android application? Do I have to pass the credentials to be checked in headers? If so how is this achieved or are there other ways of doing this using Restlet? I've not implemented SSL, but I'm not that bothered about security for this project.
I can't seem to find much information on this area.
Many thanks in advanced.