Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

iOS PATCH method removes body #306

Closed
@atlanteh

Description

@atlanteh

I'm using fetch-blob "fetch" polyfill.
When executing the following code in iOS, my server receives empty req.body:

fetch('http://myServer.com/test', {method: 'PATCH', body: {test: 1234}});

when I use POST, it's working fine.

versions
react-native: 0.42.3
react-native-fetch-blob: 0.10.4

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions