How could I potentially export the actual binary file from a POST request?
I have a suspicious POST request of a file upload sent to a server, and I would like to actually check what is that specific file. How can I do that? (content type is multipart/form-data (in the actual request it's application/octet-stream))