Is it possible to make a POST request with JSON-type data? #556
Unanswered
mithrajuneo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found out that when special characters are included using the -d option, it doesn't behave as expected, despite numerous attempts. For example, using -d '{ "id" : "value", "pass" : "value" }'.
Beta Was this translation helpful? Give feedback.
All reactions