Answers for "curl not sending form data"

0

curl form data

curl -X POST -F 'username=davidwalsh' -F 'password=something' http://domain.tld/post-to-me.php
Posted by: Guest on October-09-2021

Code answers related to "curl not sending form data"

Browse Popular Code Answers by Language