forwardemail / forwardemail/superagent
When following a redirect from `/foo` to `/`, `res.req.url` is `/foo` instead of `/`
Open
- Dominant language
- JavaScript
- Stars
- 16.6k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
When redirecting to any path but `/`, the `end` callback response object has the correct redirected-to URL in `res.req.url`. When redirecting to `/`, it does not. It has the previous URL instead.
Contributor guide
Assessment
This issue has not been assessed yet.