statusok icon indicating copy to clipboard operation
statusok copied to clipboard

Post request configuration help๐Ÿ˜Ÿ๐Ÿ˜Ÿ

Open daya0576 opened this issue 7 years ago โ€ข 4 comments

Hi,

Here is my post request body: {"data": [{"password": "xxx", "email": "xxx"}]} image

I tried to config in this way: image

But failed and got this error: image

daya0576 avatar Nov 08 '17 05:11 daya0576

Sorry, currently support of complex JSON as body dosn't exist. Only key value pairs are accepted for now. Will add support to all types of JSON in next release.

sanathp avatar Nov 09 '17 08:11 sanathp

Is this possible too?

capture

faisalbasra avatar Jan 24 '18 11:01 faisalbasra

Yes the above format is possible. Currently only key-value pairs are supported.

sanathp avatar Feb 02 '18 18:02 sanathp

You would only need to support raw format.

SciLor avatar Sep 05 '18 16:09 SciLor