You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I was wondering that this issue is still unresolved in 2022. Aparently this is some kind of a major feature. If you need further information about this bug, i will respond as fast as i can.
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
The text was updated successfully, but these errors were encountered: