rollbar-gem icon indicating copy to clipboard operation
rollbar-gem copied to clipboard

Get request parameters from multipart/form-data

Open letaniaferreira opened this issue 6 years ago • 0 comments

If the content-type is multipart/form-data, we currently grab the request.body content parameters but if the content.body is empty the user ends up with no request information.

Can we also iterate over the request parameters for multipart/form-data the same way we do when we have a form, such as application/x-www-form-urlencoded?

https://app.intercom.io/a/apps/rlisg82q/inbox/inbox/849049/conversations/24077182748

letaniaferreira avatar Oct 21 '19 21:10 letaniaferreira