WKWebView Request headers in redirections/links

Hi,


Could you please let me know how we could add custom headers to intercepted WKWebView navigation requests?


Thanks,

Aruna

Post not yet marked as solved Up vote post of Aruna Y Down vote post of Aruna Y
664 views

Replies

If it's a critical need for your app and you have tight control over the content loaded, you can use a custom scheme with WKURLSchemeHandler to achieve the same effect.

There's no way to do this for genera http(s) loads right now.

Please file a request with Feedback Assistant with what you'd be using this for to help us prioritize.