Sending headers with webview

Hello,

Anyone ever had to send headers using a webview plugin on ionic?

I currently use the InAppBrowser to open a web view and need to send headers to make a request. I did not find any function to pass header as parameter.

Analyzing the InAppBrowser native code I noticed that the use of headers was not implemented.

Help me please!