> Try raw_post 
> (http://api.rubyonrails.org/classes/ActionController/AbstractRequest.h...)

Thanks for the suggestion.  What I got to work for me was
request.rawpost.  That yields a string containing the post data
formatted like a get request.  I can take it from here.  However, my
approach would be to use brute force to parse the data in that
string.  Does anyone have a better methodology?  Thanks.

           ... doug
-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.


Reply via email to