facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
http://facebook.github.io/stetho/
MIT License
12.66k stars 1.13k forks source link

Support for inspecting Cookies #605

Closed dant3 closed 5 years ago

dant3 commented 6 years ago

There is a cookies inspector in chrome nearby resources like storage and database, I would love to use it to inspect our app's CookieJar - we use OkHttp.

longinoa commented 5 years ago

CookieJar in OkHttp is opaque to our layer. OkHttp adds it once you send the request to them. AFAIK there is no real way to get this out. All of the network info that we add are done as a best guess as to what the system will add. Its possible there is an interceptor for this that Im not aware of though.