Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 612 Bytes

learning_java_http_clients.md

File metadata and controls

28 lines (18 loc) · 612 Bytes
path title
/learnings/java_http_clients
Learnings: Java: HTTP(s) Clients

Table Of Contents

OkHttp

Android

The aforementioned solution has one drawback: httpClient adds authorization headers only after receiving 401 response

When OkHttp tries a proxy, and that route fails once, every request after that request will completely bypass the Android system proxy

Source:

Not-Droid