tomas / needle

Nimble, streamable HTTP client for Node.js. With proxy, iconv, cookie, deflate & multipart support.

Home Page:https://www.npmjs.com/package/needle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Response's URL is empty

leroychan opened this issue · comments

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 result.method is null