Hi
I am using ArcGIS Runime for Kotlin 200.2. I need a request interceptor to add a new header to the request and change request url so that I can use proxy. But request.headers is not a mutable list, so I cannot add new header there. Is there any workaround for this? Will it be fixed in 200.3?