Hurl: Cookies in Cookies section leak when redirecting to a different host
The Bug Hurl <= 8.0.1 lets you define cookies two ways in a .hurl file: As a raw Cookie: header in the [Header]/headers area In a dedicated [Cookies] section (parsed into RequestSpec.cookies) When following a redirect to a different host, Hurl correctly strips security-sensitive data (Authorization, Cookie header, and basic-auth user) to avoid leaking credentials cross-host — mirroring libcurl's default behavior. But it only stripped the cookie that came in …