Perf: Use canonicalUrl from prefetch for dynamic RSC requests (#80817)
If a prefetch request hits a 307, the browser follows the redirect, and
you’ll know the final URL after that. Then, during actual navigation,
dynamic data should be fetched from the redirected URL rather than the
original one specified in the link.