How can I access the original POST message in a controller and send it back unaltered to its original sender?
POST
You can use ActionDispatch::Request#raw_post to get the unaltered POST data:
request.raw_post