Google Developer Tools “Network” Tab clears after redirect

帅比萌擦擦* 提交于 2019-12-29 11:30:34

问题


Google Developer Tools "Network" Tab clears after redirect to another page and i want to know if there is any way to keep all request?

I want to do this because i want to verify one POST request but it redirects and get cleared.

In firebug we can use the "Persist" option:

(The "Persist" option prevents clearing the console at a page reload. That means, the messages will stay inside the console as long as this option is enabled.) https://getfirebug.com/wiki/index.php/Console_Panel


回答1:


In the network tab of dev tools, on the top left of the dev tools there should be a checkbox labelled Preserve log. Click that and it will preserve network upon navigation.

(older versions may have the record button in the buttom left, as seen here)



来源:https://stackoverflow.com/questions/10703944/google-developer-tools-network-tab-clears-after-redirect

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!