HTTP POST with form data but content type application/json

In the case the body of the request will be like below, which is very similar to the query parameters of a GET request (key,values separated by &):

q=node+red&num=10

1 Like