Skip to content

Commit 3039e4e

Browse files
authored
Merge pull request #4755 from glocknerc/master-1
Master 1
2 parents a936b2f + 9143cd1 commit 3039e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnsapi/dns_inwx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ _inwx_login() {
194194

195195
response="$(_post "$xml_content" "$INWX_Api" "" "POST")"
196196

197-
INWX_Cookie=$(printf "Cookie: %s" "$(grep "domrobot=" "$HTTP_HEADER" | grep "^Set-Cookie:" | _tail_n 1 | _egrep_o 'domrobot=[^;]*;' | tr -d ';')")
197+
INWX_Cookie=$(printf "Cookie: %s" "$(grep "domrobot=" "$HTTP_HEADER" | grep -i "^Set-Cookie:" | _tail_n 1 | _egrep_o 'domrobot=[^;]*;' | tr -d ';')")
198198
_H1=$INWX_Cookie
199199
export _H1
200200
export INWX_Cookie

0 commit comments

Comments
 (0)