So, let's say I have a web UI whose password authentication works in Firefox but not Chrome. Where do I start?

beer

Lifer
Jun 27, 2000
11,169
1
0
For some reason, on a side project of mine, I'm getting reports that the authentication to the web UI doesn't work in Chrome but works fine in Firefox and IE. It's unlikely that Chrome has a bug and more or less is a bug on my end...

Where do I even *start* to debug this? Does anyone have a hint about why Chrome is being such a whiny bitch?
 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
^ exactly.

And HOW does fail?

1. forget your login? = cookies usually, their settings could be set to block them
2. page display messed up? =
a) CSS or DHTML or script code that's too browser-specific
b) plugin or applet not insatalled (Java, Flash, ...)
c) settings again, disabling scripting, popups, applets, ...