hello.js icon indicating copy to clipboard operation
hello.js copied to clipboard

HTTP Error 400. The size of the request headers is too long. - Azure B2C

Open bolicd opened this issue 8 years ago • 4 comments

Hi,

some users are experiencing this error when using Chrome. Hellojs is working with AzureB2C and it works ok.

HTTP Error 400. The size of the request headers is too long.

This is the exception when trying to execute hello.login() which happens in chrome in some cases.

It works when we switch to incognito or use other browser.

Is this something related to the session or theres some other issue? I've tried removing cookies, clearing local storage.

bolicd avatar Nov 27 '17 12:11 bolicd

Deleting session, removing all cookies seems to solve this issue. It is as sometimes corrupted data is written in some of the cookies azure uses... (removing cookies from azure login screen worked)

THe issue occurs very rarely

bolicd avatar Dec 28 '17 06:12 bolicd

Hey @bolicd ! I would love to contribute however I have quite basic knowledge of Js

Mayank1728 avatar Feb 15 '22 09:02 Mayank1728