Open GoogleCodeExporter opened 9 years ago
Updating file to include FirePHP output as displayed in console.
Original comment by b.a.patt...@gmail.com
on 26 Jun 2013 at 5:40
Attachments:
Attaching a simplified test case. All this does is present a form with an
input so you can specify the message you want to show up. It then posts to
itself and logs a few messages including the one you supplied and redirects
back to itself. In both instances, the output supplied in the console is the
same message.
Attached are the index.php file I used to test with and the headers and content
as recorded in FireBug's Net console (output.txt).
Original comment by b.a.patt...@gmail.com
on 28 Jun 2013 at 2:02
Attachments:
This is a known issue. There is no real fix for this as Firebug is page-based.
Not sure when there will be a solution for this.
Original comment by christ...@christophdorn.com
on 28 Jun 2013 at 6:14
I would like to believe you; however, it's curious as to why the message is
duplicated if it's page-based. It must see that there are two requests, which
then begs the question, why not query the Net tab for all HTML/AJAX requests
and parse those headers?
Original comment by b.a.patt...@gmail.com
on 28 Jun 2013 at 6:20
Original issue reported on code.google.com by
b.a.patt...@gmail.com
on 26 Jun 2013 at 5:34Attachments: