How can I tell whether a redirect is cached by my browser, CDN, or server?
Use the browser Network log and an external header check together: the first shows whether the browser made a redirect request, while the second shows whether the redirect still exists outside that browser. In Chrome, open DevTools > Network, turn on Preserve …
0 helpful votes