firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

Open post ajax request in a new tab? #388

Closed compojoom closed 7 years ago

compojoom commented 9 years ago

With FB 2 it was possible to open a post ajax request in a new tab. When we are in the new tab -> the request was sent through POST with the same parameters. IN FB3 we are sending a get request I think. With FB2 I was able to send 100 ajax request till one of them broke. I was able to open this one in a new tab and debug from there. Right now that's no longer possible.

compojoom commented 9 years ago

Any progress on this? Is this a firebug issue or firefox's console issue? Should I create a topic with the firefox team?

SBhojani commented 9 years ago

Seems to occur only when the POST body is empty.

compojoom commented 9 years ago

Really? For me that is always the case. No matter if the post body is empty or not.

janodvarko commented 9 years ago

This is Firebug issue and I'll do some analyses

(but it can take some time since I am planning vacation)

Honza

sebastienbarre commented 7 years ago

Afraid to report the same. I'm using Firefox 51 (beta) and I switched to the Firefox Developer Tools, thinking that Firebug had been integrated. "Open in new Tab" on a POST request will result in a GET request in the new tab. That's unfortunate, that was a useful debugging feature...

SebastianZ commented 7 years ago

This is reported to the DevTools in bug 1220758.

Sebastian