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
A query string of 'listing[pictures][files][0][name]=9ADDD7B1-FCFF-4538-916A-1E63DFB43A72&listing[pictures][files][1][name]=EFFE67B2-5D41-4B74-A33E-5963F54FAEC7&listing[pictures][files][2][name]=BBC9CB38-FE01-4F1A-AE37-7ED71F4B2CB5' does parse how you want - but I agree this is strange.
I believe this might be related to #122 and perhaps also #123, but I'm going to leave this open also.
I use
content-type: application/x-www-form-urlencoded
to send POST request to backend server. The post body as follow:In backend server, if I use ruby on rails, the POST will be parsed as follow:
This result is what I expected to be.
But, If I use nodeJS express and body-parser:
extended: true
means that bodyParser will useqs
to parse data.The POST will be parsed as follow:
The text was updated successfully, but these errors were encountered: