mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Proper fix for an Issue #757
This commit is contained in:
parent
2a268199d4
commit
fd36250026
2 changed files with 5 additions and 3 deletions
|
|
@ -173,6 +173,7 @@ class HTTP_HEADER:
|
|||
SERVER = "Server"
|
||||
USER_AGENT = "User-Agent"
|
||||
TRANSFER_ENCODING = "Transfer-Encoding"
|
||||
URI = "URI"
|
||||
VIA = "Via"
|
||||
|
||||
class EXPECTED:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue