How can I access the original POST
message in a controller and send it back unaltered to its original sender?
You can use ActionDispatch::Request#raw_post
to get the unaltered POST data:
request.raw_post
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With