Has anyone ever had to send headers using a webview plugin in ionic?
I currently use InAppBrowser to open a webview, and I need to send headers to make a request. I did not find any function to pass the header as a parameter.
By analyzing the native InAppBrowser code, I noticed that the use of headers was not implemented.