Hello, I am trying to pass a list of strings in a query call, the server accepts the query in the form
?query=val1&query=val2
How can I achieve this, I am trying to test this in this form
Hello, I am trying to pass a list of strings in a query call, the server accepts the query in the form
?query=val1&query=val2
How can I achieve this, I am trying to test this in this form
trying brackets, quotations, etc...