About URL Query Parameters

Asked 1 years ago, Updated 1 years ago, 416 views

When using query parameters, if I want to add more than one search condition to one parameter, how can I send a request?

https://localhost:8080/hoge?fuga=aaa&fuga=bbb&fuga=ccc

Is it correct to write like this?
Please let me know if there is any other way to describe it.

url

2022-10-12 01:00

1 Answers

I don't know what the API design looks like, so I can't give you a clear answer, but why don't we send it separately and process it at the back end?

URL?search=hoge,foo,123


2022-10-12 01:00

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.