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
When submitting an array as multipart/form-data content, the values are sent as a comma-separated list, instead of as multiple form parts with the same name.
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition:
Describe the bug you're encountering
When submitting an array as
multipart/form-data
content, the values are sent as a comma-separated list, instead of as multiple form parts with the same name.To reproduce...
Steps to reproduce the behavior:
/WeatherForecast/post
endpointintArrProp
array using theAdd integer item
buttonExecute
and observe the resultingcurl
Expected behavior
The
curl
should look like this:Actual behavior
The
curl
looks like this:Screenshots
The text was updated successfully, but these errors were encountered: