- Issue created by @AlfTheCat
- 🇻🇳Vietnam zipme_hkt
Look like you use old version of eca_helper.
Please use latest version 2.0.2When POST content already in json format you keep use RAW format is OK.
Please try again and send the feedback.
- 🇹🇭Thailand AlfTheCat
Thanks very much, I didn't pay enough attention to the terminal output. Turned out that my codebase was still running on ECA 1.x. After upgrading, I got it to work beautifully.
One glitch: even though I use JSON formatted data, the RAW option didn't work. But when I set serialization to JSON, it does. Using Raw, I get:
error] Passing in the "body" request option as an array to send a request is not supported. Please use the "form_params" request option to send a application/x-www-form-urlencoded request, or the "multipart" request option to send a multipart/form-data request.
Very happy it's working now, this is very powerful.