Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aContext.Request.ParamNames #388

Closed
iliauta opened this issue May 21, 2020 · 1 comment
Closed

aContext.Request.ParamNames #388

iliauta opened this issue May 21, 2020 · 1 comment
Assignees
Labels
accepted Issue has been accepted and inserted in a future milestone
Milestone

Comments

@iliauta
Copy link

iliauta commented May 21, 2020

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.

@danieleteti
Copy link
Owner

Yes, I think so. We'll investigate.

@danieleteti danieleteti added this to the 3.2.0-boron milestone May 26, 2020
@danieleteti danieleteti self-assigned this May 26, 2020
@danieleteti danieleteti added the accepted Issue has been accepted and inserted in a future milestone label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Issue has been accepted and inserted in a future milestone
Projects
None yet
Development

No branches or pull requests

2 participants