Skip to content

Commit 77c96de

Browse files
committed
Minor patch related to the last commit
1 parent 95b52a0 commit 77c96de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def payload(self, place=None, parameter=None, value=None, newValue=None, where=N
119119
header = paramString.split(',')[0]
120120

121121
if header.upper() == HTTP_HEADER.AUTHORIZATION.upper():
122-
origValue = origValue.split(' ')[-1]
122+
origValue = origValue.split(' ')[-1].split(':')[-1]
123123

124124
if conf.prefix:
125125
value = origValue

0 commit comments

Comments
 (0)