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

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -