I'm using a WebView that renders the login page of the web version of my app. I'm trying to send an access token via http header so when the WebView is called, users don't have to login again. The webapp is ready to get the token and redirects to the dashboard if it's present in the request headers.
Is it possible to send custom headers when callling a website with WebView?
Any advice or direction would be appreciated. Thank you