in reply to Re^2: Getting error while decoding JSON object via POST method
in thread Getting error while decoding JSON object via POST method
Implementing a transfer encoding on the server side is not easy. I would try to prevent sending data using the "chunked" transfer encoding. Depending on your client library, there are different ways to prevent that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Getting error while decoding JSON object via POST method
by boftx (Deacon) on May 19, 2014 at 18:56 UTC | |
by Corion (Patriarch) on May 19, 2014 at 19:27 UTC |