Skip to content

Commit 84ee146

Browse files
authored
Merge pull request #94 from augustd/set-request-headers
Set request headers
2 parents ee4cef1 + a86e08b commit 84ee146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nosqlmap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def options():
503503

504504
elif select == "h":
505505
reqHeadersIn = raw_input("Enter HTTP Request Header data in a comma separated list (i.e. header name 1,value1,header name 2,value2)\n")
506-
build_request_headers(reqHeadersIn)
506+
requestHeaders = build_request_headers(reqHeadersIn)
507507

508508
elif select == "x":
509509
return

0 commit comments

Comments
 (0)