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
I continued to investigate on this on both Guzzle, Laravel and even other fw way to tackle this, so I am able to do a PR to add this feature.
Basically it would expand the array values into multiple parts, the below request would results to this one:
Description
As of today, each part of a request using the multipart option should either:
But a lot of users naturally expect to be able to pass an array, issues are created since 2015 with this natural expectation:
Example
Additional context
I faced this issue when using Guzzle through the Laravel
Http
facade.I tried to fix this from the fw side but Taylor Otwell suggested to fix this inside Guzzle directly.
I continued to investigate on this on both Guzzle, Laravel and even other fw way to tackle this, so I am able to do a PR to add this feature.
Basically it would expand the array values into multiple parts, the below request would results to this one:
The text was updated successfully, but these errors were encountered: