搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Can't login to a specific website

more options

I can't get logged into a particular website. The browser will login to any other site I try. when I hit the login button on this particular site, all that happens is the browser refreshes. I have tried clearing the cache and cookies multiple times. I have checked to make sure an extension or plug in may have something to do with it and that does not seem to be the case. Not sure what to try next or how to get this corrected.

I can't get logged into a particular website. The browser will login to any other site I try. when I hit the login button on this particular site, all that happens is the browser refreshes. I have tried clearing the cache and cookies multiple times. I have checked to make sure an extension or plug in may have something to do with it and that does not seem to be the case. Not sure what to try next or how to get this corrected.

所有回覆 (1)

more options

Hi Joe, do you know whether you are seeing the complete form? What I mean is, sometimes the reCAPTCHA box may be hidden, missing or blocked, so then the form doesn't work.

If you wouldn't mind looking at something a bit nerdy:

(1) Console error messages

While you have the login form up on screen, open the Web Console in the lower part of the tab using either:

  • "3-bar" menu button > Web Developer > Web Console
  • (menu bar) Tools > Web Developer > Web Console
  • (Windows) Ctrl+Shift+k

This list may have some clutter in it. I suggest clicking the trash can icon at upper left to clear the messages. Then submit the login form again and watch for error or security messages. Anything that sounds like it could be serious? Usually the exclamation points are more critical than the warning triangles.

(2) Request log

While you have the login form up on screen, open the Network Monitor in the lower part of the tab using either:

  • "3-bar" menu button > Web Developer > Network
  • (menu bar) Tools > Web Developer > Network
  • (Windows) Ctrl+Shift+e

On the right side, click the little gear icon and turn on Persist Logs. This will keep files after the page reloads or navigates.

Then when you submit the login form, Firefox should start listing all the files it is requesting, along with information about the server's response, if any. Usually for a login there will be a POST request that sends your details. Then the server typically would send back either a redirect to the next page, along with the cookies you'll need to prove you logged in successfully, or an error of some kind. However, depending on how broken the form is, you may see other things happen.