mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fixes #1366
This commit is contained in:
parent
737a37bfda
commit
6a01d2e430
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ class Connect(object):
|
|||
headers[unicodeencode(key, kb.pageEncoding)] = unicodeencode(item, kb.pageEncoding)
|
||||
|
||||
url = unicodeencode(url)
|
||||
post = unicodeencode(post, kb.pageEncoding)
|
||||
post = unicodeencode(post)
|
||||
|
||||
if websocket_:
|
||||
ws = websocket.WebSocket()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue