:something => {:foo => 1, :bar => 2} in a GET request

My guess is that this is not supported as I have never seen that used. You can submit the data using a form, or flatten the entries and rebuild the hash on the server.

Michael

nuno wrote: