Ruby - Get request body from incoming http call

Posted by Andy Donovan on Stack Overflow See other posts from Stack Overflow or by Andy Donovan
Published on 2010-04-17T07:59:15Z Indexed on 2010/04/17 8:03 UTC
Read the original article Hit count: 483

Filed under:
|
|

Hi,

I am receiving http requests to my rails application to a url /account/postback

The body of this incoming request contains some json that I need to retrieve, how can I do this in ruby?

Thanks, Andy

© Stack Overflow or respective owner

Related posts about ruby

Related posts about ruby-on-rails