تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Testing APIs with the cURL Command ضمن كورس ادارة Apache شرح قناة Steve Griffith - Prof3ssorSt3v3، الفديو رقم 8 مجانى معتمد اونلاين
This tutorial explains how you can use the Client URL "cURL" CLI Command to test any API by making HTTP Requests from the command line.
One other command not mentioned in the video is the header flag.
curl --header "Content-Type: application/json" http://localhost:1234
This will add the Content-Type header to the request.
cURL Manual page: https://curl.haxx.se/docs/manpage.html
Basic Node Server tutorial: https://www.youtube.com/watch?vUMKS6su8HQc