Relative Content

Tag Archive for androidhttpcachingokhttpcache-control

Okhttp Caching requests depending of them url and headers values

I have couple requests that return different results depending of header value. I implement caching mechanism for them and its working fine for different urls but okhttp is probably take only urls (without the headers values) so I got the same result for different header values.