cordova-plugin-webview-proxy
cordova-plugin-webview-proxy copied to clipboard
Plugin to proxy requests through the webview
Pod is unable to install Cordova plugin webview proxy, so I have to put the file into the project. So how do I execute it into this overrideSchemeTask method
**Describe the bug** cordova-plugin-webview-proxy doesn't play nice with navigator.mediaDevices in a cordova ios app. when cordova-plugin-webview-proxy is configured to work in an ios app, navigator.mediaDevices will always return undefined. The...
**Describe the bug** When "trailing slash" is in the url end, so the request is sent without it **To Reproduce** 1. fetch(window.WebviewProxy.convertProxyUrl("https://www.pabex.com/test/")) 2. This generate a request to **https://www.pabex.com/test** instead...
**Describe the bug** When trying to use file upload using proxy, the request is getting to the server, but the file is not uploaded.... Like there is an empty input....
POST requests don't work on Android for now.
When our app starts, it fetches a lot of images and videos, about 100-200 MB total, in one go. While this occurs (*only* when proxying requests using `cordova-plugin-webview-proxy`), native app...
If this plugin just don't change the URL in the method `window.WebviewProxy.convertProxyUrl` on iOS 12, 11..., it will work. _Originally posted by @JuHaYK in https://github.com/GEDYSIntraWare/cordova-plugin-webview-proxy/issues/20#issuecomment-925705299_
**Describe the bug** Cookies aren't sent to iframes or inappbrowser windows that load from the same domain **To Reproduce** 1. Make a request through this plugin that has a response...
…in order to be able to set cookies on the client. **API-change**: Since `clearCookie()` resets all cookies it has been renamed to `clearCookies()` to reflect this. **Fixes**: Callback not being...
**Is your feature request related to a problem? Please describe.** If I am not mistaken (and sorry for the noise if I am), https://github.com/GEDYSIntraWare/cordova-plugin-webview-proxy/blob/0e5bfc9274759e0a2af9c89072a59a7230c9dc15/src/ios/WebviewProxy.m#L50-L59 saves the server-set cookie. A cookie...