Hi, how can I get the raw body and also the json body from a request? Currently I use ``` Picker.middleware( bodyParser.json() ); ``` And this works fine, but for security checks I would also need the raw body. How could I get both of them? Best, Gerwin
Hi,
how can I get the raw body and also the json body from a request?
Currently I use
And this works fine, but for security checks I would also need the raw body. How could I get both of them?
Best,
Gerwin