Encoder l'URL
from urllib.parse import unquote
url = unquote(url)
David Diamant
from urllib.parse import unquote
url = unquote(url)
body=Hi+there%2bHello+there