Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.1
-
None
-
New Contributors Level (Easy)
Description
Hello, it seems when sending a request containing more than one result for the same attribute, only one is caught by req.form.
"body":"fn_1=&fn_0=&org=sdsd&title=&tel=&email=&url=&adr_street=&adr_city=&adr_zip=&adr_country=¬e=&categories=Advisory+Board&categories=Secretariat&categories=Partner",
"peer":"127.0.0.1",
"form":
,
as you can see categories has 3 different values `categories=Advisory+Board&categories=Secretariat&categories=Partner` but only the last one prevails. It is easy to understand why this happens, but it would be very helpful to perhaps generate and array with all the values when this happens.