catchpoint / WebPageTest.agent

Cross-platform WebPageTest agent
Other
213 stars 138 forks source link

Fix redirect URL tracking from the netlog #574

Closed pmeenan closed 1 year ago

pmeenan commented 1 year ago

This fixes an issue where redirects were sometimes picking up incorrect data (URL and headers) from the final request instead of just the redirect response.

Not sure when/how this broke because it used to work for sure.

Sample test (See request #26 which is now correct) Fixes https://github.com/WPO-Foundation/wptagent/issues/573