I am working on a web application that is using redirects (for pretty URLs).
I am trying to debug logic in the way the redirects are working. However Google Chrome keeps remembering the redirects and even after I change the code, redirecting the same way.
This is making it very hard to troubleshoot.
For example if I redirect /this to /that, then change my code to NOT redirect /this anymore. Google Chrome is still redirecting to /that. Like the redirect is cached or something. Is there a way to turn this off?
> Settings > Show advanced settings... > Privacy > Click Clear browsing data...





