multipart/form-data
does not allow browser to set boundary expression
#1191
Labels
multipart/form-data
does not allow browser to set boundary expression
#1191
Description
multipart/form-data
content type requires a boundary expression to serve as a form field delimiter inbody
.If you set
Content-Type
tomultipart/form-data
explicitly, the browser does not set boundary.openapi-fetch
either setsapplication/json
or uses whatever the user provided, so it's currently not possible for it to allow the browser to correctly set the boundary.Reproduction
I can create one if really needed
Checklist
@nilsso
The text was updated successfully, but these errors were encountered: