简体   繁体   English

跟踪浏览器插件中的多个重定向

[英]tracking multiple redirects in browser plug-in

If there are multiple redirects happening within ASP.NET, is there a tool for any browser to track all redirects? 如果ASP.NET中有多个重定向,是否有工具可以让任何浏览器跟踪所有重定向? Let's suppose clicking on one page redirects you to page2.aspx, and then page2.aspx redirects you to page3.aspx. 让我们假设单击一个页面会将您重定向到page2.aspx,然后page2.aspx会将您重定向到page3.aspx。 I'd like to capture both redirects somewhere. 我想在某处捕获两个重定向。 Is this possible in any browser plug-ins without debugging the source code? 这是否可以在任何浏览器插件中调试源代码?

Use any http capture tool like Fiddler . 使用像Fiddler这样的任何http捕获工具。 It works with IE, Chrome etc. (in Firefox you must disable add-on version compatibility check, otherwise it will not work). 它适用于IE,Chrome等(在Firefox中,您必须禁用附加版本兼容性检查,否则它将无法工作)。

您可以使用名为“ fiddler ”的魔术工具,它会让您知道您网站上发生的所有请求

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM