google-code-export / firephp

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

Problem w/ FirePHP after update to FF13 #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What versions and operating system are you using?
OS:      Windows 7 64bit
Firefox: 13.0.1
Firebug: 1.9.2
FirePHP: Server Library: 0.3
FirePHP: Extension: 0.7.1

What is the problem?
When FirePHP is enabled, it does not always allow my app to set the cookie for 
a login token. If I try to login a second time, then it works. Specific app is 
"Community Auth", available at 
https://bitbucket.org/skunkbad/community-auth-ci-session-version

What steps will reproduce the problem?
1. Enable FirePHP
2. Delete all domain cookies
3. Browse to login page
4. Try to login a first time - no success
5. Try to login a second time - successful

What is the expected output? What do you see instead?
I should be able to login successfully the first time. Instead, I have to 
re-enter my login username and password a second time.

Please provide any additional information below.
If I disable FirePHP, the login problem disappears. This is only tested on my 
local dev environment, which is XAMPP.

Original issue reported on code.google.com by iamsen...@gmail.com on 21 Jun 2012 at 3:10

GoogleCodeExporter commented 9 years ago
Try setting the FirePHP option not to modify the useragent header.

Original comment by christ...@christophdorn.com on 21 Jun 2012 at 3:24

GoogleCodeExporter commented 9 years ago
If I do that, I can login, but FirePHP is essentially disabled. None of the 
logging works when the useragent is not modified.

Original comment by iamsen...@gmail.com on 21 Jun 2012 at 6:11

GoogleCodeExporter commented 9 years ago
Hmm, the server library should look for an `x-firephp` header. Can you see if 
that is being sent as part of the request.

Also, you should be running 0.3.2 of the FIrePHP Core server library.

Original comment by christ...@christophdorn.com on 21 Jun 2012 at 6:15

GoogleCodeExporter commented 9 years ago
Thanks for letting me know there was a 0.3.2 version. I switched versions and 
problem is gone. Thanks for your time, and I do appreciate your work.

Original comment by iamsen...@gmail.com on 21 Jun 2012 at 11:20

GoogleCodeExporter commented 9 years ago
Glad to hear you got it working. You are welcome.

Original comment by christ...@christophdorn.com on 22 Jun 2012 at 12:55