What versions and operating system are you using?
OS: Windows 7
Firefox: 27.0.1
Firebug: 1.12.6
FirePHP Server Library: FireDotNet
FirePHP Extension: 0.7.4
What is the problem?
I implemented the Post-Redirect-Get pattern. In the Net panel I see that
headers containing log messages for both requests are send correctly. But when
I look in the Console tab, I see the same log messages for both requests. The
log messages shown are from the last request.
One thing to note is that the URL for the GET request is the same URL as for
the POST request.
What steps will reproduce the problem?
1. Do a POST Request
2. Redirect to the same URL with a GET request
3. Headers are unique; console messages are duplicate
What is the expected output? What do you see instead?
I expect both requests show the messages as they are in the headers in the NET
panel.
Please provide any additional information below.
None
Original issue reported on code.google.com by boaz.m...@gmail.com on 28 Feb 2014 at 9:48
Original issue reported on code.google.com by
boaz.m...@gmail.com
on 28 Feb 2014 at 9:48