You can make Query string using GET parameters like this
request.GET.urlencode()
This does not include the ? prefix, and it may not return the keys in the same order as in the original request.
You can make Query string using GET parameters like this
request.GET.urlencode()
This does not include the ? prefix, and it may not return the keys in the same order as in the original request.