Browse Source

Merge pull request #4755 from glocknerc/master-1

Master 1
pull/4777/head
neil 1 year ago committed by GitHub
parent
commit
3039e4eb6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_inwx.sh

2
dnsapi/dns_inwx.sh

@ -194,7 +194,7 @@ _inwx_login() {
response="$(_post "$xml_content" "$INWX_Api" "" "POST")"
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 ';')")
_H1=$INWX_Cookie
export _H1
export INWX_Cookie

Loading…
Cancel
Save