]> git.proxmox.com Git - mirror_acme.sh.git/commit
inwx: Be case insensitive while searching for the cookie.
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 28 Aug 2023 13:30:26 +0000 (15:30 +0200)
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 28 Aug 2023 19:33:54 +0000 (21:33 +0200)
commit9b0b5bce9f79672dff5eb80dbb74a0ec4c88986f
tree81843b795ec02eec7b25c9c0c1a5bec9d432172b
parent0da839cce35f4ab014a6d62133fac03c8f4c6979
inwx: Be case insensitive while searching for the cookie.

At least since 2023-08-25 the cookie is set via `set-cookie' instead the
expecting `Set-Cookie' string. A month earlier it was working.

Ignore the case while matching the cookie.

Fixes: #4763
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
dnsapi/dns_inwx.sh