The list if in english so I will reply in english... if you need, join
the #restfulie channel, we spoke both in english and portuguese there.
The problem is related to our usage of Net::HTTP. Can you check
exactly which headers your browser is sending? Try using the POSTER
plugin for firefox (or anything similar). Let me know then and we can
add the support as in:
Restfulie.at(uri).charset('')....
You can also try the following meanwhile:
Restfulie.at(uri).accepts('application/json; charset=add_your_charset_here').get
Regards
Guilherme Silveira
Caelum | Ensino e Inovação
http://www.caelum.com.br/
2011/2/21 Reginaldo Sousa <regina...@gmail.com>:
Hi Reginaldo.
Can you make a curl request on the terminal and check that vrpator.is answering correctly? And the same for the rails proxy? Can you post both responses here? If you can also extract the java and ruby controllers that fail your test i can simulate and fix it here
Regards
<guilherme.silve...@caelum.com.br> wrote:
> Hi Reginaldo,
>
> The list if in english so I will reply...
> Caelum | Ensino e Inovaçãohttp://www.caelum.com.br/
>
> 2011/2/21 Reginaldo Sousa <reginaldo....@gmail.com>:
>
> > Caros,
>
> > Estou fazendo uma requisição GET a um servidor que responde com um
> > JSON com u...