linux - Php curl with digest -
curl --digest -u username:pass "http://api.moodstocks.com/v2/search" --form image_file=@""
when execute statement on terminal image_file parameter locally stored works fine. how can pass remote url in image_file parameter using following statement?
Comments
Post a Comment