mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 11:33:47 +03:00
Patch for an Issue #970
This commit is contained in:
parent
2f744139fc
commit
05f7b1f121
|
@ -355,6 +355,7 @@ class Connect(object):
|
||||||
post = unicodeencode(post, kb.pageEncoding)
|
post = unicodeencode(post, kb.pageEncoding)
|
||||||
|
|
||||||
if method:
|
if method:
|
||||||
|
method = unicodeencode(method)
|
||||||
req = MethodRequest(url, post, headers)
|
req = MethodRequest(url, post, headers)
|
||||||
req.set_method(method)
|
req.set_method(method)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user