<@U3BE1HS4W> can you explicitly set the `Accept` h...
# kotlin-fuel
d
@snowe can you explicitly set the
Accept
header to for example
JSON
(i don't know what you expect back)
application/json
It kinda looks like some binary format.
s
it's json. i'll try setting that.
✔️ 1
like this right?
.header(Headers.ACCEPT to "application/json")
d
You got it
n
it looks like dumping a jar or zip as text
s
yeah i think it is. it’s still occurring, but it’s not failing anymore…