Skip to content

[BUG] - Upload files using multipart/form-data; #16

@meiram-tr

Description

@meiram-tr

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
  1. add file input
  2. use FormData to add the file.
  3. use xhr and post it with multipart/form-data using the proxy.

Expected behavior
The server should get the body of the request

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions