Is there any way that we can disable the url encoding in python requests ?
What I want to do : I want to send at the data section a key pair value but I do not want the value to get url encoded .
Is there any switch ?
Thank you !
Is there any way that we can disable the url encoding in python requests ?
What I want to do : I want to send at the data section a key pair value but I do not want the value to get url encoded .
Is there any switch ?
Thank you !