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
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
Leider schlägt die Authentifizierung mit der FB fehl.
FB Login aktuell mit Passwort (Macht keinen Unterschied ob nur PW oder PW+User)
Beim versuch des Verbindungsaufbaus bekommt man jedoch eine 401 Antwort von der FB.
`
Service service = fritzConnection.getService("X_AVM-DE_OnTel:1");
Action action = service.getAction("GetPhonebookList");
try {
Response response = action.execute();
Löst folgende Exception aus java.io.IOException: HTTP/1.1 401 Unauthorized at de.mapoll.javaAVMTR064.FritzConnection.httpRequest(FritzConnection.java:167) at de.mapoll.javaAVMTR064.FritzConnection.getSOAPXMLIS(FritzConnection.java:192) at de.mapoll.javaAVMTR064.Action.execute(Action.java:185) at de.mapoll.javaAVMTR064.Action.execute(Action.java:131)
Sobald der Login auf der FB deaktiviert wird, funktioniert alles Problemlos. Dies kann jedoch kein Zustand sein. Verständlicherweise.
The text was updated successfully, but these errors were encountered:
Es scheint so, dass die Anmeldung seit FRITZ!OS 5.50 jetzt über eine SessionID anstatt über Basic Authentication gelöst wird. Hier müssten ein par Dinge an der API geändert werden.
Ich habe die API etwas abgeändert, so dass sie mit dem neuen Login verfahren arbeitet. Allerdings erhalte ich immer die Fehlermeldung "Invalid Action":
Leider schlägt die Authentifizierung mit der FB fehl.
FB Login aktuell mit Passwort (Macht keinen Unterschied ob nur PW oder PW+User)
Beim versuch des Verbindungsaufbaus bekommt man jedoch eine 401 Antwort von der FB.
`
Service service = fritzConnection.getService("X_AVM-DE_OnTel:1");
Action action = service.getAction("GetPhonebookList");
try {
Response response = action.execute();
`
Löst folgende Exception aus
java.io.IOException: HTTP/1.1 401 Unauthorized at de.mapoll.javaAVMTR064.FritzConnection.httpRequest(FritzConnection.java:167) at de.mapoll.javaAVMTR064.FritzConnection.getSOAPXMLIS(FritzConnection.java:192) at de.mapoll.javaAVMTR064.Action.execute(Action.java:185) at de.mapoll.javaAVMTR064.Action.execute(Action.java:131)
Sobald der Login auf der FB deaktiviert wird, funktioniert alles Problemlos. Dies kann jedoch kein Zustand sein. Verständlicherweise.
The text was updated successfully, but these errors were encountered: