How to add an addition request parameter in http request. Like in a scenario for 1 http-request, sometime we have to pass 0 parameter or some more than n. such as name of the parameter selectedIds[0], selectedIds[1] and so on with the respective value.
Please suggest how to add parameter in a HTTP request.
I'm not sure to undersand. Do you want to add dynamic number of parameters?
For example, sometimes your request will need 2 selectdIds[xx] parameters sometimes more and so on. Is it your use case?
If yes is it a POST form request?