Looking into http_connect, it urllib.quotes the path before using it: path = quote('/' + device + '/' + str(partition) + path)
On the headers side, they should definitely be a This definitely should be audited a bit more completely to make sure all cases are covered.
Looking into http_connect, it urllib.quotes the path before using it:
path = quote('/' + device + '/' + str(partition) + path)
On the headers side, they should definitely be a
This definitely should be audited a bit more completely to make sure all cases are covered.