Please is it possible to add request headers to webview?
Not in an easy way using UX or JS, but you could take a look at how WebView is implemented, and extend that implementation to support passing headers in a meaningful way.
That could end up in a really cool pull request!
Uldis wrote:
Not in an easy way using UX or JS, but you could take a look at how WebView is implemented, and extend that implementation to support passing headers in a meaningful way.
That could end up in a really cool pull request!
Thanks!