mirror of https://gitlab.com/bashrc2/epicyon
Don't remove + from fields
parent
3b2237dc44
commit
0ce6c608ed
|
@ -1049,5 +1049,5 @@ def extractTextFieldsInPOST(postBytes, boundary, debug: bool,
|
||||||
if line > 2:
|
if line > 2:
|
||||||
postValue += '\n'
|
postValue += '\n'
|
||||||
postValue += postLines[line]
|
postValue += postLines[line]
|
||||||
fields[postKey] = urllib.parse.unquote_plus(postValue)
|
fields[postKey] = urllib.parse.unquote(postValue)
|
||||||
return fields
|
return fields
|
||||||
|
|
Loading…
Reference in New Issue