node-fetch/docs
Tasos Bitsios 6e4c1e4f67
fix(Redirect): Better handle wrong redirect header in a response (#1387)
* Fixed crash when an invalid Location URL is returned from a redirect. Fixes #1386

* CHANGELOG entry

* changed catch(e) -> catch(error) to match rest of code, added comment

Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>

* suppress error on invalid redirect URL when options.redirect == manual

Co-authored-by: Tasos Bitsios <tasos.bitsios@import.io>
Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
2021-11-26 11:19:25 +01:00
..
media merge 3.x into master branch (#745) 2020-03-13 23:06:25 +08:00
CHANGELOG.md fix(Redirect): Better handle wrong redirect header in a response (#1387) 2021-11-26 11:19:25 +01:00
ERROR-HANDLING.md Fix indent (#1043) 2020-12-20 12:23:26 -05:00
v2-LIMITS.md merge 3.x into master branch (#745) 2020-03-13 23:06:25 +08:00
v2-UPGRADE-GUIDE.md merge 3.x into master branch (#745) 2020-03-13 23:06:25 +08:00
v3-LIMITS.md fix whitespace 2020-05-01 15:07:54 -04:00
v3-UPGRADE-GUIDE.md docs: Add example for loading ESM from CommonJS (#1236) 2021-08-28 02:10:08 +02:00