Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Bug] 301 Moved Permanently - Cache Issue #1991
Comments
|
Hmm, that's interesting. I guess After some Googling, it doesn't look like there's a way to have libcurl not cache 301s. Does it reset after Insomnia is restarted @masseelch? |
|
Restarting does not reset the cache. A fresh install, which essentially deletes the cache folder of insomnia, does reset the saved 301. |
|
BTW, as far as I know libcurl does not cache anything. But I might be wrong there. |
|
I didn't think it cached anything either. Insomnia defers to Can you test |
|
Will do on the weekend |
|
curl does not cache / save 301 responses. I called a route, returned 301 and curl followed. |


Describe the bug
Calling a route which returns a 301 response correctly redirects. If the route then no longer returns a 301 insomnia still will redirect to the resource. I cannot find any other way then completely wipe out all insomnia configuration to reset this cached redirect.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I no longer get redirected.
Desktop: