I used Postman plugin for Chrome to send request and get response, but this plugin didn't allow (or I couldn't do) to send request with array, but I need it. Please, give me advice, which plugin can I use for it? Thanks in advance.
To send an array you need to set the same request key as "my_array[]" and then add your values. Postman let's you do this already.
@Abhinav is right. For the lazy:
If that doesn't work, try not putting indexes in brackets:
my_array[] value1
my_array[] value2
For me did not work with array[0], array1, .. or array[], array[], ... . It works more simply:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With