Can't send a PATCH/PUT request with body via Fetch API #169
melianmiko
started this conversation in
Developer Feedback
Replies: 2 comments 4 replies
-
@melianmiko Let's check this situation. You can also confirm if it's possible that the server is not set up correctly. https://developer.mozilla.org/en-US/docs/Glossary/CORS |
Beta Was this translation helpful? Give feedback.
4 replies
-
The patch method is supported in the latest version of the App. @melianmiko |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to make a request to some API from side-app with something like this:
And it works fine in simulator, but on real device, it looks like Zepp application didn't send request body to server. When using POST method, all works fine, but any else don't.
As temporary solution I've created a proxy-server that changes request method, but would be great if someone fix that =)
Beta Was this translation helpful? Give feedback.
All reactions