Sunday 18 August 2019

HTTPie: How to submit the form


Submitting form is  similar to sending JSON requests, only difference is you should add the --form, -f option.

Example
http --form POST {url} field1=value1



Previous                                                    Next                                                    Home

No comments:

Post a Comment