Describe the bug
When attempting to upgrade from v0.27.2 to v1.67.0 we found that there has been a regression and Axios is no longer passing through the third requestDetails argument to the beforeRedirect(…) function.
The similar response headers regression was reported in #5365 and fixed in #5778, but the request headers are still missing.
To Reproduce
Run the updated test in #6241 on main and see that it errors.
Code snippet
No response
Expected behavior
This is a regression from the previous behavior of Axios. I expect it to pass through the third beforeRedirect argument in the latest version, as it used to.
Axios Version
1.67.0
Adapter Version
No response
Browser
No response
Browser Version
No response
Node.js Version
No response
OS
No response
Additional Library Versions
No response
Additional context/Screenshots
Fixed in #6241
Describe the bug
When attempting to upgrade from
v0.27.2tov1.67.0we found that there has been a regression and Axios is no longer passing through the thirdrequestDetailsargument to thebeforeRedirect(…)function.The similar response headers regression was reported in #5365 and fixed in #5778, but the request headers are still missing.
To Reproduce
Run the updated test in #6241 on main and see that it errors.
Code snippet
No response
Expected behavior
This is a regression from the previous behavior of Axios. I expect it to pass through the third
beforeRedirectargument in the latest version, as it used to.Axios Version
1.67.0
Adapter Version
No response
Browser
No response
Browser Version
No response
Node.js Version
No response
OS
No response
Additional Library Versions
No response
Additional context/Screenshots
Fixed in #6241