Hello,

I am trying to debug an API.  Towards the end of the process, the
remote server sends me a request.  I respond to that request with:
render :text => my_response, :status => 200.  I am trying to find out
how to read the remote server's response.

So basically this is a three part cycle.  How do I access the third
part?

1. Remote Server sends a request
2. I respond with text and a status of 200
3. Remote Server responds with the results of the transaction.

How do I access this third response?  I specifically would like to log
the body of the response so that I can read it and figure out what is
going on through the api calls.

Any help or direction would be greatly appreciated.

Thanks!

-- 
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