0

Is it possible to get response headers from Chrome's Custom Tabs? If yes, how?

Or if its possible with WebView, I want to get response cookies and I don't want to use networking libs like retrofit or okhttp

Jason
  • 444
  • 4
  • 6

1 Answers1

0

Custom Tabs doesn't allow the host Android application to access response headers including Cookies.

andreban
  • 4,621
  • 1
  • 20
  • 49