Custom Http headers

Is it possible to include a custom Http header with each parse request in Android SDK?

I’m not sure if that’s possible, but maybe passing a custom clientBuilder on Parse initialization.

Haven’t worked with the Android SDK but you should be able to add custom headers with OkHttp interceptors: GitHub - square/okhttp: Square’s meticulous HTTP client for the JVM, Android, and GraalVM.