Skip to content

aContext.Request.ParamNames #388

@iliauta

Description

@iliauta

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 milestone

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions