Hi, i would like to access the body of the GET request from a restlet 2.0 resource. This for a few reasons:
- i would like to send parameters (in a JSON format) in the GET request, lets say for example "return the full object that has these fields/values ... " - i would like to protect the parameters of the URL request using https, and if i specify them as url parameters i cant protect them. - i would like to avoid very long urls. i was also reading: http://stackoverflow.com/questions/978061/http-get-with-request-body could you suggest me an approach? do you see a better solution? thanks !!! kocisky -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/access-GET-body-parameters-tp6355657p6355657.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2735012

