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
{{ message }}
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
After release v3.2.0 with feature: "Allows parameters with dot" #258 arrays in request didn't work as before.
Feature:
And I send a "POST" request to "/api/supplier" with parameters:
| key | value |
| name | testName |
| user[email] | [email protected] |
| user[lang] | en |
Request dump in Symfony application before release:
And I send a "POST" request to "/api/supplier" with parameters:
| key | value |
| name | testName |
| user.email | [email protected] |
| user.lang | en |
After release v3.2.0 with feature: "Allows parameters with dot" #258 arrays in request didn't work as before.
Feature:
Request dump in Symfony application before release:
Request dump in Symfony application after release:
I also tried the syntax with dots:
Feature:
Request dump in Symfony application:
The text was updated successfully, but these errors were encountered: