You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.
BigBinaryRequest doesn't allow customizing request headers (passing auth headers).
Tried overriding loadDataFromNetwork request to create HttpURLConnection instance and setting headers but seems like loadDataFromNetwork is a final method at BinaryRequest and hence cannot be overridden.
Is there any way to use BigBinaryRequest with headers. I would like to get benefit of cache file too (Otherwise I could make use of normal request and write received byte array).
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
BigBinaryRequest
doesn't allow customizing request headers (passing auth headers).Tried overriding
loadDataFromNetwork
request to createHttpURLConnection
instance and setting headers but seems likeloadDataFromNetwork
is a final method atBinaryRequest
and hence cannot be overridden.Is there any way to use
BigBinaryRequest
with headers. I would like to get benefit of cache file too (Otherwise I could make use of normal request and write received byte array).Thanks
The text was updated successfully, but these errors were encountered: