
firephp - issue #177
FirePHP Extension not appending "FirePHP" to user-agent header in Firefox 6
What versions and operating system are you using?
OS: Windows 7 32bit Firefox: 6.0.2 Firebug: 1.8.2 FirePHP Server Library: 0.3.2 FirePHP Extension: 0.6.2
What is the problem? When the FirePHP extension is used in Firefox 6.0.2, it doesn't add the "FirePHP" to the user-agent header.
I've also triple-checked that I've enabled "Modify User-Agent header" setting for FirePHP.
What steps will reproduce the problem? 1. Open Firefox 6.0.2 2. Enable the "Net" tab under Firebug 3. Ensure that the "Modify User Agent header" setting is ON for FirePHP. 4. open any website (e.g. http://www.google.com/) 5. Have a look at the User Agent string in the Request headers.
What is the expected output? What do you see instead?
Expected output is: Mozilla/5.0 (Windows NT 6.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2 FirePHP/0.6
Instead I see: Mozilla/5.0 (Windows NT 6.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Please provide any additional information below.
Comment #1
Posted on Sep 19, 2011 by Helpful WombatDowngrading Firefox to 5.0.1 running FirePHP in Firebug 1.8.2 solves the problem.
Comment #2
Posted on Sep 19, 2011 by Happy CamelTry with a fresh Firefox profile using Firefox 6. That usually solves things.
Comment #3
Posted on Sep 19, 2011 by Helpful WombatAlright, that did it. Thanks.
Comment #4
Posted on Sep 19, 2011 by Happy Camel(No comment was entered for this change.)
Status: WontFix
Labels:
Type-Defect
Priority-Medium