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
When a FritzBox is configured to not require authentication, the reply never contains a nonce. This makes this script fail, even though no authentication is required and it could just go ahead.
The text was updated successfully, but these errors were encountered:
It's now never trying to authenticate, unless it gets an "Unauthenticated" error. It takes the nonce from that request then and re-sends that same request.
When a FritzBox is configured to not require authentication, the reply never contains a nonce. This makes this script fail, even though no authentication is required and it could just go ahead.
The text was updated successfully, but these errors were encountered: