Is there any way to set the URL headers in the request made by SFSafariViewController?

I have to set the URL headers in the web request made by SFSafriViewController. But i did not find any workaround for this.

I only have found a function "initWithURL:(NSURL* URL)" but there is no way to add URL header.

I know, it can be done using WKWebView(URLRequest) but i want to do it using SFSafriViewController.

is there any workaround to do this?