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 enable Kerberos authentication on my server. Now the plugin ends up in a 401/200 endless loop by calling .../UIDL/?v-uiId=0. The 401 occures, because there is WWW-Authentication header in the request (with the kerberos token). Then it resends the request with the token (200). Unluckily the request is then repeated.
The text was updated successfully, but these errors were encountered:
I enable Kerberos authentication on my server. Now the plugin ends up in a 401/200 endless loop by calling .../UIDL/?v-uiId=0. The 401 occures, because there is WWW-Authentication header in the request (with the kerberos token). Then it resends the request with the token (200). Unluckily the request is then repeated.
The text was updated successfully, but these errors were encountered: