Excuse me for so many questions, but I just starte...
# android
i
Excuse me for so many questions, but I just started developing with kotlin. I am using okhttp3 interceptor to add new headers to requests. Since I have two types of request I have two instances of retrofit builder with different interceptors. On POST request my header content-type: application/json is doing just fine, but when I add my header x-access-token to DELETE request it refuses to add that header on request and I don't know why. I am using retrofit, coroutines, logging interceptor, header interceptor and JakeWharton/retrofit2-kotlin-coroutines-adapter.
✔️ 1
stackoverflow 4
r
This is only for Kotlin related questions.Perhaps look into stackoverflow
i
I figured it out..all good