mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
62f6281660
* fix(fetch): remove Content-Type without boundary for FormData When using the fetch adapter with FormData and manually setting Content-Type to 'multipart/form-data' (without boundary), the request would fail because the boundary is required. This fix detects when Content-Type is set to multipart/form-data without a boundary and removes it, allowing fetch to automatically set the correct Content-Type header with the proper boundary. Fixes #7054 * chore: update fixes --------- Co-authored-by: Jason Saayman <jasonsaayman@gmail.com>