chimurai / http-proxy-middleware

:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more
MIT License
10.62k stars 825 forks source link

Fix/fix request body #896

Open JS-mark opened 1 year ago

JS-mark commented 1 year ago

The fixRequestBody method provided now does not support the handling of the type for which Content- type is multipart/form- data. This pr has modified the method to support this type.

coveralls commented 1 year ago

Coverage Status

Coverage: 97.662% (+0.04%) from 97.619% when pulling e0f64c368fa5114b037027f82aa35d50fbb126df on JS-mark:fix/fixRequestBody into 3e84b15f748d1383aeb095ba34a04b431420c3e5 on chimurai:master.

chimurai commented 1 year ago

@JS-mark thank you the contribution and patience.

Currently finalising v3. Will have to find some time to review. 🙏

ajfranzoia commented 3 months ago

@chimurai any update on this? Thanks