This is a strange behaviour: I am using OkHttp3 to handle my rest api calls from the app. Everything works fine on Android 5+ but when on Android 4.4 every request fails.
I tried to debug with com.github.simonpercic.oklog3.OkLogInterceptor
but it the response seems empty.
The rest api is under SSL and I add Authentication
headers for basic login.
Can someone help me?