You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2021. It is now read-only.
Possibilities:
Concatenated strings
Example
?ids=1,2,3,4,5Pros:
Cons:
implode()) and parsing (explode())Serialised arrays
Example
?ids[]=1&ids[]=2&ids[]=3Pros:
Cons:
Encoded JSON
Example
?q={"ids": [1,2,3,4,5]}Pros:
Cons:
References: