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 19, 2024. It is now read-only.
Why do it needs a unique number OC_X_REQUEST_ID here and client don't save or handle it.
So from the client side there is no need doing it here. That means only server needs it ?
If yes, the server can give himself the number too ?
The text was updated successfully, but these errors were encountered:
The client should write the X-REQUEST-ID to the log. It is also shown in the owncloud.log from servers 10.0.4+ and it can de displayed in the web server logs and in debug logs from infrastructure like loadbalancers or firewalls. This way it's easier to debug issues that result in weird client behaviour, but are caused by server misconfiguration or buggy infrastructure.
A general question concerning
android-library/src/com/owncloud/android/lib/common/OwnCloudClient.java
Line 175 in d49814c
Why do it needs a unique number OC_X_REQUEST_ID here and client don't save or handle it.
So from the client side there is no need doing it here. That means only server needs it ?
If yes, the server can give himself the number too ?
The text was updated successfully, but these errors were encountered: