As Sergiy Korotun mentioned, you can add an OkHttp interceptor to your OkHttp client when setting up your ImageLoader. This lets you append any headers or rewrite the requests Coil is making.
As Sergiy Korotun mentioned, you can add an OkHttp interceptor to your OkHttp client when setting up your ImageLoader. This lets you append any headers or rewrite the requests Coil is making.