Ruby on Rails Monday, May 16, 2011

Hi,

 i am migration an rails 2.3 application to rails 3, and i'm having some problems with post requests with 'octet-stream' content-type.

The problem is that rails is not passing the octet-stream params to the controllers. We have some mobile apps (J2ME) sending us post requests with octet-stream content-type. It used to work until i try to migrate our back-end to rails 3. Now rails just ignores the parameters and sends nothing at all to the controllers.

Anyone have some idea why that's happening?

Thank you
Dimas Cyriaco

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment