COMMITS
/ test/res.redirect.js January 16, 2026
B
Polish HTML structure of the response in the res.redirect() function (#5167)
Bernice Wu committed
September 10, 2024
W
Merge tag '4.20.0' into 5.0
Wes Todd committed
September 9, 2024
C
fix: don't render redirect values in anchor href
Chris de Almeida committed
March 21, 2024
W
Merge tag '4.19.0' into 5.x
Wes Todd committed
February 23, 2022
D
tests: remove duplicate utils
Douglas Christopher Wilson committed
February 17, 2022
D
Merge tag '4.17.3'
Douglas Christopher Wilson committed
February 9, 2022
D
tests: use strict mode
Douglas Christopher Wilson committed
October 24, 2018
D
Merge tag '4.16.4'
Douglas Christopher Wilson committed
September 25, 2018
D
build: supertest@3.3.0
Douglas Christopher Wilson committed
March 14, 2016
M
Remove res.redirect(url, status) signature
Mike Tunnicliffe committed
February 20, 2017
W
Use statuses instead of http module for status messages
Wes committed
June 14, 2016
D
Encode URL in res.location/res.redirect if not already encoded
Douglas Christopher Wilson committed
May 10, 2016
D
tests: use supertest to check response header values
Douglas Christopher Wilson committed
June 25, 2015
B
tests: fix redirect tests for change in 302 status message
Brendan Ashworth committed
October 18, 2014
A
Fix res.redirect body when redirect status specified
Alex Upadhyay committed
May 31, 2014
D
Merge tag '3.9.0'
Douglas Christopher Wilson committed
May 30, 2014
D
deps: should@~4.0.0
Douglas Christopher Wilson committed
March 6, 2014
J
remove unnecessary test/support/http
Jonathan Ong committed
J
remove unnecessary test/support/http
Jonathan Ong committed
February 8, 2014
J
res.location: remove resolving relative urls
Jonathan Ong committed
November 2, 2013
J
Update tests expectancy of location headers
Jérémy Lal committed
February 24, 2013
M
When in Rome…
Michael Ahlers committed
M
Test cases for pull-request #1516.
Michael Ahlers committed
January 13, 2013
J
implemented res.location
Julian Gruber committed
November 21, 2012
G
Escape URLs in text/plain res.redirect response
Greg Methvin committed
October 23, 2012
T
change `res.redirect()` to utilize a pathname-relative Location again. Closes #1382
TJ Holowaychuk committed
September 26, 2012
T
add backwards compat for res.redirect() status. Closes #1336
TJ Holowaychuk committed
September 3, 2012
T
add "application/octet-stream" redirect Accept test case. Closes #1317
TJ Holowaychuk committed
August 3, 2012
T
escape res.redirect() link
TJ Holowaychuk committed
July 18, 2012
T
add res.redirect("//foo.com") support
TJ Holowaychuk committed
T
change res.redirect() to use scheme-relative urls
TJ Holowaychuk committed
June 27, 2012
T
updated tests to use "supertest"
TJ Holowaychuk committed
June 1, 2012
T
Fixed res.redirect() 406. Closes #1154
TJ Holowaychuk committed
February 23, 2012
T
refactored res.redirect() with respondTo()
TJ Holowaychuk committed
February 7, 2012
T
Added "trust proxy" setting
TJ Holowaychuk committed
December 8, 2011
T
Added X-Forwarded-Proto support to `res.redirect()`. Closes #927
Tj Holowaychuk committed
December 7, 2011
T
Added support for .. in redirects as well
Tj Holowaychuk committed
T
Added support for ./ in redirects
Tj Holowaychuk committed
December 6, 2011
T
more tests
Tj Holowaychuk committed
T
Added relative redirect support. Closes #920
Tj Holowaychuk committed
November 24, 2011
T
removed uses of "root"
Tj Holowaychuk committed
November 9, 2011
T
tweak test
Tj Holowaychuk committed
T
tweak res.redirect() mount route logic
Tj Holowaychuk committed
T
Added relative redirect test
Tj Holowaychuk committed
T
Added res.redirect() content-negotiation tests
Tj Holowaychuk committed
T
more res.redirect() tests
Tj Holowaychuk committed
T
Added res.redirect() test
Tj Holowaychuk committed