Leroy Chan

Results 2 issues of Leroy Chan

**Version**: v2.6.0 (Using Needle with Promise Style) **Issue**: "follow_set_cookies" not forwarding all initial cookies when following redirects **Scenario**: 1. Send POST Request with 5 Cookies (cookie1-cookie5) to Server 2. Server...

`const result = await needle("get", `${url}`, { method: "GET", headers: defaultHeaders, follow_set_cookies: true, follow_max: 10, }); console.log(result.url);` 1. URL actually redirects 3 times. 2. After redirect, `result.url` is empty and...