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.
*To Reproduce
configurations:
- Use IOS device version 14.x
- wkWebview Cordova ios 6.0.2
- cordova plugin webview proxy
- scheme is something://www.somethig.com
- add file input
- use FormData to add the file.
- use xhr and post it with multipart/form-data using the proxy.
Expected behavior
The server should get the body of the request
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.
*To Reproduce
configurations:
Expected behavior
The server should get the body of the request