Skip to content

Commit 44140cb

Browse files
author
Shakeel Mohamed
committed
Remove cookie header, because it's noop
1 parent 50d7a92 commit 44140cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

splunklib/binding.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,8 +1255,7 @@ def request(url, message, **kwargs):
12551255
"Content-Length": str(len(body)),
12561256
"Host": host,
12571257
"User-Agent": "splunk-sdk-python/0.1",
1258-
"Accept": "*/*",
1259-
"Cookie": "1"
1258+
"Accept": "*/*"
12601259
} # defaults
12611260
for key, value in message["headers"]:
12621261
head[key] = value

0 commit comments

Comments
 (0)