mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #4017
This commit is contained in:
parent
9c87671e3a
commit
6e46624fe0
3 changed files with 10 additions and 5 deletions
|
|
@ -170,7 +170,7 @@ class SmartRedirectHandler(_urllib.request.HTTPRedirectHandler):
|
|||
threadData.lastRedirectURL = (threadData.lastRequestUID, redurl)
|
||||
|
||||
result.redcode = code
|
||||
result.redurl = redurl
|
||||
result.redurl = getUnicode(redurl)
|
||||
return result
|
||||
|
||||
http_error_301 = http_error_303 = http_error_307 = http_error_302
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue