You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For 'application/x-www-form-urlencoded', we have an option to pass queryString: { allowDots: false } but there is no such option for 'multipart/form-data' and the fields are parsed using dot for nesting.
We have a form that allows users to submit a URL along with other inputs and files. We need to store some meta related to the submitted URL in an input field like this
Package version
v10.0.1
Describe the bug
For
'application/x-www-form-urlencoded'
, we have an option to passqueryString: { allowDots: false }
but there is no such option for'multipart/form-data'
and the fields are parsed using dot for nesting.We have a form that allows users to submit a URL along with other inputs and files. We need to store some meta related to the submitted URL in an input field like this
The URL will obviously contain dots.
Reproduction repo
No response
The text was updated successfully, but these errors were encountered: