我可以使用Firebug在新选项卡中打开AJAX响应吗?

时间:2022-03-03 07:06:08

I used to be able to open AJAX responses in a new tab using Firebug

我以前能够使用Firebug在新选项卡中打开AJAX响应

I'd right click the response, and Open in a New Tab, and it would work fine. The POST or GET data would be reposted to the same page, so I could see the response.

我右键单击响应,然后在新选项卡中打开,它会正常工作。 POST或GET数据将被重新发布到同一页面,因此我可以看到响应。

Since a recent Firefox update, if I Open in a New Tab, it opens the AJAX target, but without any data posted to the page.

自从最近的Firefox更新以来,如果我在新标签中打开,它会打开AJAX目标,但没有任何数据发布到页面。

Is there something I can do to get the old functionality back? I would LOVE to be able to view an AJAX response in a new tab, along with all posted data...

我能做些什么来恢复旧功能吗?我很乐意能够在新标签中查看AJAX响应以及所有发布的数据......

Thank you all in advance.

谢谢大家。

Here's what I can see... to get to this I click the FireBug button top right

这是我能看到的......为了达到这个目的,我点击右上方的FireBug按钮

我可以使用Firebug在新选项卡中打开AJAX响应吗?

1 个解决方案

#1


4  

The Network panel in the Firefox DevTools up to Firefox 58.0 only does GET requests when you choose the option Open in New Tab for a request.

Firefox DevTools到Firefox 58.0中的“网络”面板仅在您为请求选择“在新标签页中打开”选项时执行GET请求。

As mentioned in a post in the Firebug discussion group, bug 1220758 was filed to change this behavior to work like in Firebug. This bug is fixed for Firefox 59.0. So, starting from that version a POST request will be done when the original request was made using POST.

正如Firebug讨论组中的一篇文章中所提到的,提交错误1220758以改变此行为,就像在Firebug中一样。 Firefox 59.0修复了此错误。因此,从该版本开始,当使用POST发出原始请求时,将执行POST请求。

#1


4  

The Network panel in the Firefox DevTools up to Firefox 58.0 only does GET requests when you choose the option Open in New Tab for a request.

Firefox DevTools到Firefox 58.0中的“网络”面板仅在您为请求选择“在新标签页中打开”选项时执行GET请求。

As mentioned in a post in the Firebug discussion group, bug 1220758 was filed to change this behavior to work like in Firebug. This bug is fixed for Firefox 59.0. So, starting from that version a POST request will be done when the original request was made using POST.

正如Firebug讨论组中的一篇文章中所提到的,提交错误1220758以改变此行为,就像在Firebug中一样。 Firefox 59.0修复了此错误。因此,从该版本开始,当使用POST发出原始请求时,将执行POST请求。