lgyers / firephp

Automatically exported from code.google.com/p/firephp
0 stars 0 forks source link

FirePHP produces no output because of a failed clientcheck #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The PHP library checks for the "FirePHP/X.X.X" string in the user agent,
but with FirePHP extension 0.1.0.1 and Firefox:

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906
Firefox/3.0

The addition is not made to my user agent, so it does not work unless I
remove that check.

Original issue reported on code.google.com by arant...@gmail.com on 1 Jul 2008 at 9:55

GoogleCodeExporter commented 9 years ago
Only the version string up to the patch version gets added top the user-agent. 
i.e.
major.minor.patch

Do you have the Net panel for FB1.2 on FF3 enabled?

Original comment by christop...@gmail.com on 1 Jul 2008 at 10:51

GoogleCodeExporter commented 9 years ago
> Do you have the Net panel for FB1.2 on FF3 enabled?

Usually, no.  I see that turning it on does cause the UA to be altered.  Have I 
just
missed the documentation that said this is required?

Original comment by arant...@gmail.com on 2 Jul 2008 at 12:03

GoogleCodeExporter commented 9 years ago
There was no documentation before today as I had neglected to make it obvious. 
I have
added it to the description on the mozilla add-ons site as well as the 
quickstart
tutorial.

Thanks for reporting this issue.

Original comment by christop...@gmail.com on 2 Jul 2008 at 12:21