We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a936b2f + 9143cd1 commit 3039e4eCopy full SHA for 3039e4e
dnsapi/dns_inwx.sh
@@ -194,7 +194,7 @@ _inwx_login() {
194
195
response="$(_post "$xml_content" "$INWX_Api" "" "POST")"
196
197
- INWX_Cookie=$(printf "Cookie: %s" "$(grep "domrobot=" "$HTTP_HEADER" | grep "^Set-Cookie:" | _tail_n 1 | _egrep_o 'domrobot=[^;]*;' | tr -d ';')")
+ INWX_Cookie=$(printf "Cookie: %s" "$(grep "domrobot=" "$HTTP_HEADER" | grep -i "^Set-Cookie:" | _tail_n 1 | _egrep_o 'domrobot=[^;]*;' | tr -d ';')")
198
_H1=$INWX_Cookie
199
export _H1
200
export INWX_Cookie
0 commit comments