Sending Headers with WebView - Ionic

0

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.

    
asked by anonymous 25.06.2018 / 21:05

0 answers