mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-19 20:32:57 +00:00
Added OCS-APIREQUEST header to every OCS request
This commit is contained in:
@@ -48,7 +48,7 @@ public class GetRemoteUserNameOperation extends RemoteOperation {
|
||||
|
||||
private static final String TAG = GetRemoteUserNameOperation.class.getSimpleName();
|
||||
|
||||
// HEADER
|
||||
// OCS API header
|
||||
private static final String HEADER_OCS_API = "OCS-APIREQUEST";
|
||||
private static final String HEADER_OCS_API_VALUE = "true";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user