I am sending a get request through the requests module. The value of the parameter goes to "+" instead of "space". What can I do, help
a = requests.get(url, params={'list': 'word word'})
The server receives the following request.
key: list, value: word+word