You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stumbled on to this when debugging 3rd party Javascript library which didn't work with HtmlUnit and it relied on xhr.response-attribute when handing Ajax responses.
Is there any workaround for this issue, for example, could I extend HtmlUnit's XMLHttpRequest-class and use it instead?