Is it possible to pass multiple values for a single URL parameter without using your own separator?
What I want to do is that the backend expects an input parameter
http://.../?urls=foo&urls=bar&...
...
request.GET.getlist('urls')