网站开发时经常遇到需要追踪链接跳转是否正确的需求,

例如在浏览器输入一个链接

https://www.ryanzoe.top/git/how-to-revert-git

由于链接输入不完整,但是我有配置 301 跳转到完整的文章链接,所以最终地址栏显示的链接为

https://www.ryanzoe.top/git/how-to-revert-git-commit/

 

如何查看链接跳转的过程

以下假设你使用的是 Chrome 浏览器

到 chrome web store 安装插件 link redirect trace

https://chrome.google.com/webstore/category/extensions?hl=en-US

 

Chrome 浏览器追踪链接跳转过程

 

 

安装成功后按照提示操作就可以了。

然后输入链接时,点击插件小图标会显示当前的链接跳转过程,如下图

输入链接:

https://www.ryanzoe.top/git/how-to-revert

查看链接跳转过程

Chrome 浏览器追踪链接跳转过程

 

相关文章:

  • 2022-01-02
  • 2022-01-09
  • 2022-02-03
  • 2021-10-18
  • 2022-12-23
  • 2021-08-22
  • 2022-01-23
  • 2021-10-05
猜你喜欢
  • 2021-08-15
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2021-08-25
  • 2022-01-12
相关资源
相似解决方案