Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post request configuration help😟😟 #21

Open
daya0576 opened this issue Nov 8, 2017 · 4 comments
Open

Post request configuration help😟😟 #21

daya0576 opened this issue Nov 8, 2017 · 4 comments

Comments

@daya0576
Copy link
Contributor

daya0576 commented Nov 8, 2017

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

@sanathp
Copy link
Owner

sanathp commented Nov 9, 2017

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.

@faisalbasra
Copy link

faisalbasra commented Jan 24, 2018

Is this possible too?

capture

@sanathp
Copy link
Owner

sanathp commented Feb 2, 2018

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

@SciLor
Copy link

SciLor commented Sep 5, 2018

You would only need to support raw format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants