crab
V2EX  ›  问与答

Chrome 新标签页面怎么抓包

  •  
  •   crab · Aug 21, 2014 · 4494 views
    This topic created in 4374 days ago, the information mentioned may be changed or developed.
    A标签页面中点击链接(javascript调用),这个链接是在B标签页面打开,这样在A标签打开的抓包工具不能捕获到B标签的,有什么办法,或者有技巧解决这个吗?

    现在用Fiddler抓包,但遇到的是HTTPS页面。
    4 replies    2014-08-22 10:53:12 +08:00
    canesten
        1
    canesten  
       Aug 21, 2014   ❤️ 1
    用Charles
    larvata
        2
    larvata  
       Aug 22, 2014   ❤️ 1
    fiddler也可以抓https 菜单 tools-fiddler options-https
    NemoAlex
        3
    NemoAlex  
       Aug 22, 2014   ❤️ 2
    自己开一个窗口,打开调试工具,填入 B 的 url 访问不就行了么

    或者
    chrome://net-internals/#events
    可以凑合看一下
    caoyue
        4
    caoyue  
       Aug 22, 2014   ❤️ 1
    试试在 Console 里面重写:
    window.open = function(url) {
    location.href = url;
    };
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   980 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 22:12 · PVG 06:12 · LAX 15:12 · JFK 18:12
    ♥ Do have faith in what you're doing.