RE: Accept Header not working

2010-09-26 Thread Thierry Boileau
Hello, I've juste tried using firefox and a Restlet client, and I get the right list of accepted media types on server side. Could you precise the kind of clietn are you using, and maybe give more details about the servier side? Best regards, Thierry Boileau ---

Accept Header not working

2010-09-23 Thread webpost
Hi All, I am using Restlet 1.1, in represent method I am not getting proper MediaType which I am passing in Accept in request header. I tried to print getRequest().getClientInfo().getAcceptedMediaTypes() It always gives [*/*:1.0] no matter what I pass in Accept. I tried passing application/json