简体   繁体   中英

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? Let's suppose clicking on one page redirects you to page2.aspx, and then page2.aspx redirects you to 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 . It works with IE, Chrome etc. (in Firefox you must disable add-on version compatibility check, otherwise it will not work).

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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