Closed blu3r4y closed 3 years ago
This PR fixes #10.
When the postData field uses text instead of params this can be any possible plain text. So we should treat it that way and use data= instead of json= for the final request.
postData
text
params
data=
json=
Already merged to master as part of #12.
This PR fixes #10.
When the
postData
field usestext
instead ofparams
this can be any possible plain text. So we should treat it that way and usedata=
instead ofjson=
for the final request.