Skip to content

fix: prevent request's body to be overwritten in multipart/form-data /rq/ route

Mutating the original requests can have unwanted side effects.

For example, it can prevent the signedrequest cube from checking authenticity of a request as it compares the signature received in the request's header with the signature of the body.

Merge request reports