This commit is contained in:
Miroslav Stampar
2017-02-06 12:01:46 +01:00
parent 03bbf552ef
commit 5217efc69b
3 changed files with 4 additions and 4 deletions

View File

@@ -374,7 +374,7 @@ class Connect(object):
# Reset header values to original in case of provided request file
if target and conf.requestFile:
headers = OrderedDict(conf.httpHeaders)
headers = forgeHeaders()
if cookie:
headers[HTTP_HEADER.COOKIE] = cookie