-
-
Notifications
You must be signed in to change notification settings - Fork 375
Closed
Labels
acceptedIssue has been accepted and inserted in a future milestoneIssue has been accepted and inserted in a future milestone
Milestone
Description
Using DMVL BORON RC7.
Call to service looks like https://localhost:8081/service/query?firstname=AAA&lastname=BBB
In the procedure of the controller
lNames := aContext.Request.ParamNames;
for I := 0 to length(lNames) - 1 do
begin
lres := lres + ',' + lNames[i];
end;
I get 4 items array.
firstname,lastname,firstname,lastname
I think it's incorrect.
Metadata
Metadata
Assignees
Labels
acceptedIssue has been accepted and inserted in a future milestoneIssue has been accepted and inserted in a future milestone