How can I POST/PUT JSON data as part of the request body?
vasterdev opened this issue · 2 comments
vasterdev commented
Hi, is there a way to send JSON data as part of the request body in a PUT/POST call?
I've tried using #124 but there are a few problems with that.... Thanx
lapastillaroja commented
What kind of problems are you having with #124 ?
vasterdev commented
a) We can't post/put UTF-8 Characters in the body (Error is: SyntaxError: Unexpected end of input)
b) #124 (comment)