Welcome pojomi as #curl commit author 1430: github.com/curl/curl/pull/2018…
Fixed missing space in cookie header when using multiple -b flags by pojomi · Pull Request #20184 · curl/curl
Summary When using multiple -b flags, the Cookie header was missing a space after the semicolon separator. Bug behavior curl -b 'a=b' -b 'c=d' https://google.com/ Produced: Cookie: ...GitHub