mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Patch for an Issue #970
This commit is contained in:
@@ -355,6 +355,7 @@ class Connect(object):
|
||||
post = unicodeencode(post, kb.pageEncoding)
|
||||
|
||||
if method:
|
||||
method = unicodeencode(method)
|
||||
req = MethodRequest(url, post, headers)
|
||||
req.set_method(method)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user