dvc.org: man.dvc.org/import-url redirect is broken
It supposed to behave in the same way as man.dvc.org/get-url
The fix should be applies to the server.js file.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 23 (23 by maintainers)
Commits related to this issue
- hotfix: server redirect of man.dvc.orl/import-url and other misc. noted on existing redirects Fixes #768 — committed to iterative/dvc.org by jorgeorpinel 5 years ago
- hotfix: rewrite man.dvc.org redirect logic without ternary op to see if it fixes #768 — committed to iterative/dvc.org by jorgeorpinel 5 years ago
- Merge pull request #771 from iterative/jorgeorpinel hotfix: rewrite man.dvc.org redirect logic without ternary op to see if it fixes #768 — committed to iterative/dvc.org by shcheklein 5 years ago
- hotfix: add no-cache Cache-Control to man.dvc.org redirects for #768 — committed to iterative/dvc.org by jorgeorpinel 5 years ago
It’s 11% for dvc.org, the same as Safari 😃
I think the reason it does not work for me is caching of redirects:
If I run it a private windows everything works fine. So, we should check if there is a way to manage cache lifetime for redirects.