You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Webview is an isolated process, the only way to get headers (and body) requests and responses is using proxy, in that case. You can set proxies and certificate. The proxy can run locally, so basically: Your app -> Webview -> Your App (Proxy) -> Webview -> Your App (Proxy) -> ...
EDIT: If you want to use it for authentication, you can use custom-scheme, then listen such scheme.
how to get them?
The text was updated successfully, but these errors were encountered: