본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

OAuth working in Chrome and other browsers but Firefox does not fulfill the requests

  • 5 답장
  • 0 이 문제를 만남
  • 3 보기
  • 최종 답변자: cor-el

more options

Hey there!

We have problems with our OAuth authentication in Firefox. There are 4 calls happening (3 Redirects).

- Call To Login - Call To Authorize Endpoint - Call To Client SignIn - Call To Client Homepage

The expected behavior would be

Login (302) -> Authorize (302) -> Client SignIn (302) -> Client Homepage (200)

This works in a few tested browsers. In Firefox the first three calls appear simultaneously without a status code in the network tab and the page keeps loading. After about 75 Seconds the page loading stops and the three status codes (302, 302, 302) appear. But the fourth request is missing in the network tab. (See attached images - Firefox is dark, Chrome is white)

I have redacted HAR files of both Firefox and Chrome if that helps.

Any idea why Firefox behaves like that?

Thank you for helping! Best, Chris

Hey there! We have problems with our OAuth authentication in Firefox. There are 4 calls happening (3 Redirects). - Call To Login - Call To Authorize Endpoint - Call To Client SignIn - Call To Client Homepage The expected behavior would be Login (302) -> Authorize (302) -> Client SignIn (302) -> Client Homepage (200) This works in a few tested browsers. In Firefox the first three calls appear simultaneously without a status code in the network tab and the page keeps loading. After about 75 Seconds the page loading stops and the three status codes (302, 302, 302) appear. But the fourth request is missing in the network tab. (See attached images - Firefox is dark, Chrome is white) I have redacted HAR files of both Firefox and Chrome if that helps. Any idea why Firefox behaves like that? Thank you for helping! Best, Chris
첨부된 스크린샷

모든 댓글 (5)

more options

Try to ask advice on a web development oriented forum.

more options

Hey cor-el!

If I follow your link I end up at the same page I originally submitted this request. Do you mean forums like Stackoverflow by "web development oriented" or did I miss something?

more options

One possibility is some extenshion blocking js, Try again in incogonito window, if oAuth OK: For the latest installed extensions, you can select "Allow in incognito", then try incogonito view agian, if oAuth Fail, then remove the extension. I just found one weired extension, remove it, then OK!

Greetings, Tech G

more options

Hey Tech G!

I found out that HTTP2 is causing this issue. It is working fine on HTTP1.1. This issue persists in Firefox Desktop, Firefox Developer, Firefox Focus (Mobile) and in private views across those browsers. I have no extensions installed. It works in Chrome, Chrome Mobile and Edge though, which is weird.

more options

Note that current releases also support HTTP3 in case disabling that makes a difference.

  • about:config => network.http.http3.enable = false